msspec_python3/Jenkinsfile

11 lines
222 B
Groovy

pipeline {
agent {label 'msspec_agent_amd64'}
stages {
stage('Initial setup...') {
steps {
echo 'Create or update the virtual Python environment'
}
}
}
}