modifica nome vers build/test x DEMO...
This commit is contained in:
Vendored
+1
-1
@@ -19,7 +19,7 @@ pipeline {
|
||||
}
|
||||
script {
|
||||
currentBuild.displayName = "${env.versionNumber}"
|
||||
if (env.BRANCH_NAME == "develop") {
|
||||
if (env.BRANCH_NAME == "develop" || env.BRANCH_NAME.contains("DEMO")) {
|
||||
currentBuild.description = "TEST ${env.versionNumber}"
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user