This commit is contained in:
Clemens Lauermann 2020-04-22 10:58:42 +02:00
parent 0a81ddd4fe
commit 205ea634eb

2
Jenkinsfile vendored
View File

@ -51,7 +51,7 @@ pipeline {
} }
if(env.GIT_PATH.contains("../")) { if(env.GIT_PATH.contains("../")) {
error("GIT_PATH must not contain '../'") error("GIT_PATH must not contain '../'")
] }
// be sure branch is set // be sure branch is set
env.GIT_BRANCH = params.GIT_BRANCH ?: '*/master' env.GIT_BRANCH = params.GIT_BRANCH ?: '*/master'