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 pipeline-build-step from 2.2 to 2.15.1 #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps pipeline-build-step from 2.2 to 2.15.1.

Release notes

Sourced from pipeline-build-step's releases.

v2.15 🌈

🚀 New features and improvements

📦 Dependency updates

2.14

🚀 New features and improvements

Changelog

Sourced from pipeline-build-step's changelog.

Changelog

Starting from 2.14 release notes are available as github release format https://github.com/jenkinsci/pipeline-build-step-plugin/releases

2.13

Release date: 2020-08-04

2.12

Release date: 2020-03-17

  • Fix: Do not log parameter conversion warnings for parameters from Active Choices Plugin or Extended Choice Parameter Plugin. (JENKINS-60779)

2.11

Release date: 2020-01-03

  • Fix: Mark that the FlowInterruptedException thrown by the build step when the downstream build fails while using propagate: true should not be treated as a build interruption. Part of the fix for JENKINS-60354. Update Pipeline: Basic Steps Plugin to 2.19 or newer along with this update for the full fix. (PR 39)
  • Internal: Update parent POM. (PR 40)

2.10

Release date: 2019-11-26

  • Fix: When using propagate: true (the default), the result of the downstream job is now used as the result of the build step. Previously, when the downstream job was not successful, the result of the build step was FAILURE no matter the actual result (UNSTABLE, ABORTED, etc.). JENKINS-49073.

    Note: As a result of this change, you are advised to also update Pipeline: Groovy Plugin to version 2.77 (or newer), so that the result of parallel steps when not using failFast: true is the worst result of all branches, rather than the result of the first completed branch. The distinction between these behaviors is more likely to be encountered now that the build step can have results other than SUCCESS and FAILURE.

  • Improvement: When the type of a parameter passed to the build step does not match the type of the same parameter on the downstream job, the passed parameter will now be automatically converted to the correct type in some cases (such as when passing a string parameter when the downstream job expects a password parameter). (JENKINS-60216)

  • Improvement: Document the default value of the propagate option for the build step. (PR 25)

  • Internal: Incrementalify the plugin, simplify code using new methods from recent versions of Jenkins core, replace usages of deprecated APIs, add additional tests, and improve existing tests. (PR 27, PR 28, PR 29, PR 30, PR 31, PR 32, PR 33)

2.9

Release date: 2019-04-15

2.8

Release date: 2019-03-18

  • Internal: Update dependencies and fix resulting test failures so that the plugin's tests pass successfully when run using the PCT

... (truncated)

Commits
  • 0154327 [maven-release-plugin] prepare release pipeline-build-step-2.15.1
  • c06f654 SECURITY-2519
  • 1df0d1b [maven-release-plugin] prepare for next development iteration
  • 9662efd [maven-release-plugin] prepare release pipeline-build-step-2.15
  • 1ee6603 Bump bom-2.222.x from 831.v9814430e6383 to 887.vae9c8ac09ff7 (#58)
  • ecc1f63 [JENKINS-66269] jenkinsci/pipeline-build-step-plugin#57 precludes usage of th...
  • cf52032 Bump plugin from 4.19 to 4.24 (#61)
  • d9a639e update changelog as we are now using github release
  • 713aa57 [maven-release-plugin] prepare for next development iteration
  • 8afd01c [maven-release-plugin] prepare release pipeline-build-step-2.14
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pipeline-build-step](https://github.com/jenkinsci/pipeline-build-step-plugin) from 2.2 to 2.15.1.
- [Release notes](https://github.com/jenkinsci/pipeline-build-step-plugin/releases)
- [Changelog](https://github.com/jenkinsci/pipeline-build-step-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/pipeline-build-step-plugin@pipeline-build-step-2.2...pipeline-build-step-2.15.1)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:pipeline-build-step
  dependency-type: direct:production
...

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 Dec 1, 2022
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.

0 participants