Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 13, 2024
1 parent ba4a4c9 commit a6c46b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 a6c46b6

Please sign in to comment.