fix typo
This commit is contained in:
parent
0a81ddd4fe
commit
205ea634eb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user