Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 21, 2023
1 parent a9fd023 commit 26a9804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jenkinsfile
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion sample-plugin/pom.xml
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.423</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/8503 -->
<jenkins.version>2.425-rc34216.37e43b_31760f</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 26a9804

Please sign in to comment.