From f77d8faeb605b310cec5a31458ef8ddaedb30396 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 4 Aug 2023 09:05:33 -0700 Subject: [PATCH] Testing https://github.com/jenkinsci/jenkins/pull/7781 --- Jenkinsfile | 3 +++ sample-plugin/pom.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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