Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 4, 2023
1 parent 1b16ebb commit f77d8fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
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"] = {
mavenEnv(true) {
Expand Down
3 changes: 2 additions & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.417</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/7781 -->
<jenkins.version>2.418-rc34120.8a_a_f16c1a_f85</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit f77d8fa

Please sign in to comment.