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-cps from 2.76 to 2.78 #152

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps workflow-cps from 2.76 to 2.78.

Changelog

Sourced from workflow-cps's changelog.

2.78

Release date: 2019-12-10

  • Fix: Resume Pipeline execution if Jenkins shutdown is canceled. Previously, when Pipelines were paused because Jenkins was preparing for shutdown, they remained paused even if shutdown was canceled. (JENKINS-34256)

2.77

Release date: 2019-11-26

  • Fix: Make the parallel step propagate the worst result of all branches when not using failFast: true. Previously, the propagated result was the result of the first branch that completed. Note that before Pipeline: Build Step Plugin version 2.10, which changed the way that results are propagated for the build step, it was rare for there to be a distinction between the old and new behavior in practice. (JENKINS-49073)
  • Improvement: Improve diagnostics and robustness for Pipeline-specific Whitelists. (PR 338)
  • Internal: Update workflow-step-api to no longer rely on a beta API. (PR 327)
Commits
  • 329e517 [maven-release-plugin] prepare release workflow-cps-2.78
  • c35047c Merge pull request #344 from dwnusbaum/changelog-2.78
  • 7e85160 Tweak wording
  • 7227ecc Add 2.78 release notes
  • 53a57bf [JENKINS-34256] Resume Pipeline execution if quiet mode is canceled (#340)
  • 26a8d78 [maven-release-plugin] prepare for next development iteration
  • cda2a50 [maven-release-plugin] prepare release workflow-cps-2.77
  • cdfd812 Merge pull request #339 from dwnusbaum/changelog-2.77
  • f005885 [JENKINS-49073] Parallel step should propagate the worst result when not usin...
  • 89e1a65 Add release notes for 2.77 release
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 6, 2020
@dependabot-preview dependabot-preview bot requested a review from jglick January 6, 2020 06:05
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-preview dependabot-preview bot merged commit f076a71 into master Jan 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.78 branch January 6, 2020 19:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant