diff --git a/Jenkinsfile b/Jenkinsfile index 57885f188..adbf3c570 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,9 @@ stage('prep') { if (BRANCH_NAME == 'master' || fullTestMarkerFile || env.CHANGE_ID && pullRequest.labels.contains('full-test')) { branches = [failFast: false] lines.each {line -> + if (line != 'weekly') { + return + } pluginsByRepository.each { repository, plugins -> branches["pct-$repository-$line"] = { mavenEnv(true) { diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index e1a7f9d5c..787f4f85c 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -14,7 +14,8 @@ 999999-SNAPSHOT weekly - 2.417 + + 2.418-rc34120.8a_a_f16c1a_f85 false