ium_s487182/Jenkinsfile-stats

5 lines
86 B
Plaintext

node {
stage('checkout: Check out from version control') {
checkout scm
}
}