Skip to content

Commit

Permalink
Merge branch 'master' into add-docker-workflow-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Sep 5, 2023
2 parents c056d81 + ccce372 commit ef59e02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-branch-source</artifactId>
<version>1732.v3f1889a_c475b_</version>
<version>1734.v8a_ed3a_653490</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
3 changes: 0 additions & 3 deletions excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jenkins.plugins.http_request.HttpRequestStepRoundTripTest
# TODO flakes on CI for inscrutable reasons
org.jenkinsci.plugins.durabletask.BourneShellScriptTest

# TODO https://github.com/jenkinsci/github-branch-source-plugin/pull/724
org.jenkinsci.plugins.github_branch_source.GitHubSCMSourceTraitsTest#given__configuredInstance__when__uninstantiating__then__deprecatedFieldsIgnored

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

Expand Down
2 changes: 1 addition & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.421</jenkins.version>
<jenkins.version>2.422</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit ef59e02

Please sign in to comment.