cd script
This commit is contained in:
parent
c5a16dd2c3
commit
3d902f7a67
2
install/ci/Jenkinsfile
vendored
2
install/ci/Jenkinsfile
vendored
@ -7,7 +7,9 @@ stage('install:ci') {
|
||||
} else {
|
||||
currentBuild.displayName = "#${BUILD_NUMBER}, branch ${branchName}"
|
||||
}
|
||||
|
||||
currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}"
|
||||
echo 'starting installing'
|
||||
sh "pwd"
|
||||
sh 'npm ci'
|
||||
}
|
Loading…
Reference in New Issue
Block a user