cd script
This commit is contained in:
parent
c5a16dd2c3
commit
ab9c30d646
6
cd/Jenkinsfile
vendored
Normal file
6
cd/Jenkinsfile
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
stage ('change folder ' + CD_DIR) {
|
||||||
|
script {
|
||||||
|
echo 'CD_DIR=' + CD_DIR
|
||||||
|
sh "cd ${CD_DIR}";
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user