ium_s487182/Jenkinsfile-stats

5 lines
86 B
Plaintext
Raw Normal View History

2023-04-17 21:58:06 +02:00
node {
stage('checkout: Check out from version control') {
checkout scm
}
}