jenkins-scripts/cd/Jenkinsfile

6 lines
92 B
Plaintext
Raw Normal View History

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