jenkins-scripts/cd/Jenkinsfile

7 lines
106 B
Plaintext
Raw Normal View History

2024-08-04 10:02:54 +03:00
stage ('change folder') {
script {
echo 'CD_DIR=' + CD_DIR
sh "cd ${CD_DIR}";
}
}