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