cd script
This commit is contained in:
parent
c5a16dd2c3
commit
a812c6ebc9
6
cd/Jenkinsfile
vendored
Normal file
6
cd/Jenkinsfile
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
stage ('change folder') {
|
||||||
|
script {
|
||||||
|
echo 'CD_DIR=' + CD_DIR
|
||||||
|
sh "cd ${CD_DIR}";
|
||||||
|
}
|
||||||
|
}
|
1
install/ci/Jenkinsfile
vendored
1
install/ci/Jenkinsfile
vendored
@ -9,5 +9,6 @@ stage('install:ci') {
|
|||||||
}
|
}
|
||||||
currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
|
currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
|
||||||
echo 'starting installing'
|
echo 'starting installing'
|
||||||
|
sh "pwd"
|
||||||
sh 'npm ci'
|
sh 'npm ci'
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user