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