Update Jenkinsfile
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit was not built

This commit is contained in:
2025-07-02 08:12:56 +02:00
parent b63834eb51
commit f0df67fb86

2
Jenkinsfile vendored
View File

@@ -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!
} }
} }
} }