Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump workflow-job-plugin.version from 2.41 to 2.42 in /bom-latest #677

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps workflow-job-plugin.version from 2.41 to 2.42.
Updates workflow-job from 2.41 to 2.42

Release notes

Sourced from workflow-job's releases.

v2.42 🌈

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

Commits
  • e584c5f [maven-release-plugin] prepare release workflow-job-2.42
  • 81eea9f [JENKINS-43353] Option to disable concurrent builds by aborting previous ones...
  • 8635b6a Merge pull request #204 from dwnusbaum/dependabot-notifications
  • d52fb59 Do not request review from @​dwnusbaum on Dependabot PRs
  • 5cd5d32 Merge pull request #198 from jenkinsci/dependabot/maven/io.jenkins.tools.bom-...
  • aa733a2 Bump bom-2.222.x from 831.v9814430e6383 to 887.vae9c8ac09ff7
  • 933c996 Merge pull request #201 from fcojfernandez/missing-symbol
  • 0b88a63 Add missing symbol for WorkflowJob
  • 2b96ad1 remove gh action
  • c942c02 Merge pull request #146 from jglick/FlowDurabilityHint
  • Additional commits viewable in compare view

Updates workflow-job from 2.41 to 2.42

Release notes

Sourced from workflow-job's releases.

v2.42 🌈

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

Commits
  • e584c5f [maven-release-plugin] prepare release workflow-job-2.42
  • 81eea9f [JENKINS-43353] Option to disable concurrent builds by aborting previous ones...
  • 8635b6a Merge pull request #204 from dwnusbaum/dependabot-notifications
  • d52fb59 Do not request review from @​dwnusbaum on Dependabot PRs
  • 5cd5d32 Merge pull request #198 from jenkinsci/dependabot/maven/io.jenkins.tools.bom-...
  • aa733a2 Bump bom-2.222.x from 831.v9814430e6383 to 887.vae9c8ac09ff7
  • 933c996 Merge pull request #201 from fcojfernandez/missing-symbol
  • 0b88a63 Add missing symbol for WorkflowJob
  • 2b96ad1 remove gh action
  • c942c02 Merge pull request #146 from jglick/FlowDurabilityHint
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @jglick.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `workflow-job-plugin.version` from 2.41 to 2.42.

Updates `workflow-job` from 2.41 to 2.42
- [Release notes](https://github.com/jenkinsci/workflow-job-plugin/releases)
- [Changelog](https://github.com/jenkinsci/workflow-job-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/workflow-job-plugin@workflow-job-2.41...workflow-job-2.42)

Updates `workflow-job` from 2.41 to 2.42
- [Release notes](https://github.com/jenkinsci/workflow-job-plugin/releases)
- [Changelog](https://github.com/jenkinsci/workflow-job-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/workflow-job-plugin@workflow-job-2.41...workflow-job-2.42)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins.workflow:workflow-job
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jenkins-ci.plugins.workflow:workflow-job:tests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 12, 2021
@dependabot dependabot bot requested a review from jglick October 12, 2021 22:03
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@jglick
Copy link
Member

jglick commented Oct 12, 2021

Need to check why ShortlogActionCreatorIntegrationTest.canAnnotateLongLogOutputInShortlogMultipleStepsLinesWholeFalse is failing here. https://github.com/jenkinsci/ansicolor-plugin/blob/c4984f1538c8c3e1d7b4fedea9358318af995a12/src/test/java/hudson/plugins/ansicolor/action/ShortlogActionCreatorIntegrationTest.java#L48-L84 possibly broken by jenkinsci/workflow-job-plugin#146?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@jglick
Copy link
Member

jglick commented Oct 20, 2021

Obsolete after #671.

@jglick jglick closed this Oct 20, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/bom-latest/workflow-job-plugin.version-2.42 branch October 20, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant