diff --git a/Jenkinsfile b/Jenkinsfile
index 6bd4cafa6..83285d720 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"] = {
def jdk = line == 'weekly' ? 21 : 11
diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml
index b6fc1b19e..78aa7992c 100644
--- a/sample-plugin/pom.xml
+++ b/sample-plugin/pom.xml
@@ -14,7 +14,8 @@
999999-SNAPSHOT
weekly
- 2.423
+
+ 2.425-rc34216.37e43b_31760f
false