jenkins-scripts/cd/Jenkinsfile

6 lines
74 B
Plaintext
Raw Normal View History

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