From 500935643c4fe7136204466ff9e93a2aa9d67245 Mon Sep 17 00:00:00 2001 From: Daniel Beck Date: Thu, 24 Aug 2023 13:00:40 +0200 Subject: [PATCH] Test https://github.com/jenkinsci/jenkins/pull/8426 --- Jenkinsfile | 3 +++ sample-plugin/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fca311711..3af662921 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 2e8d29b00..dc35bceaa 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -14,7 +14,7 @@ 999999-SNAPSHOT weekly - 2.420 + 2.421-rc34120.845c7f947810 false