Update Jenkinsfile
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit was not built
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit was not built
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -33,7 +33,7 @@ pipeline {
|
|||||||
stage('Validate Repository') {
|
stage('Validate Repository') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
checkRepoName(params.REPO_NAME)
|
checkRepoName(params.REPO_NAME, true) //@jared: The "true" means, do not build PR's!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user