orchidmap-front/Jenkinsfile
2020-03-20 19:49:21 +07:00

11 lines
No EOL
153 B
Groovy

pipeline {
agent any
stages {
stage('Do nothing 3') {
steps {
sh '/bin/true'
}
}
}
}