6 lines
74 B
Groovy
6 lines
74 B
Groovy
stage ('change folder') {
|
|
script {
|
|
sh "cd ${CD_DIR}";
|
|
}
|
|
}
|