Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 14, 2024
1 parent ba4a4c9 commit ef6d13c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plain-credentials</artifactId>
<version>179.vc5cb_98f6db_38</version>
<!-- TODO https://github.com/jenkinsci/plain-credentials-plugin/pull/70 -->
<version>182.vedb_8a_2921672</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
3 changes: 3 additions & 0 deletions excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ org.jenkinsci.plugins.durabletask.BourneShellScriptTest

# TODO tends to run out of memory
org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest

# TODO https://github.com/jenkinsci/jenkins/pull/9202#issuecomment-2108608654
org.jenkinsci.plugins.workflow.job.WorkflowJobTest#disabled
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.457</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/9259 -->
<jenkins.version>2.458-rc34931.a_8957a_a_7c311</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit ef6d13c

Please sign in to comment.