5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
node {
|
|
stage('checkout: Check out from version control') {
|
|
checkout scm
|
|
}
|
|
} |