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