diff --git a/Jenkinsfile b/Jenkinsfile index 12f7d92..2035c83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { stage('Validate Repository') { steps { script { - checkRepoName(params.REPO_NAME) + checkRepoName(params.REPO_NAME, true) //@jared: The "true" means, do not build PR's! } } }