Skip to content

Commit

Permalink
Bump jenkins.version from 2.393 to 2.395 for bom-weekly (#1857)
Browse files Browse the repository at this point in the history
* chore: ran shell command "pwsh -NoProfile -File /home/runner/work/bom...

... /bom/updatecli/update-jenkins.ps1 weekly 2.395"

Made with ❤️️ by updatecli

* Exclude an email-ext test dependent on system config page title

Jenkins 2.395 simplified the page title but the plugin needs to be
updated to test for the correct page title.

jenkinsci/jenkins#7661 is the change in Jenkins
core.

jenkinsci/email-ext-plugin#431 provides more
details on the issue

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
github-actions[bot] and MarkEWaite authored Mar 15, 2023
1 parent 19b4839 commit dad4869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ org.jenkinsci.plugins.gitclient.FilePermissionsTest

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

# TODO remove when email-ext merges and releases https://github.com/jenkinsci/email-ext-plugin/pull/431
hudson.plugins.emailext.ExtendedEmailPublisherDescriptorTest
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.393</jenkins.version>
<jenkins.version>2.395</jenkins.version>
<kotlin.version>1.8.10</kotlin.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit dad4869

Please sign in to comment.