Skip to content

Bump pipeline-build-step from 2.7 to 2.18#113

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jenkins-ci.plugins-pipeline-build-step-2.18
Open

Bump pipeline-build-step from 2.7 to 2.18#113
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jenkins-ci.plugins-pipeline-build-step-2.18

Conversation

@dependabot
Copy link

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

Bumps pipeline-build-step from 2.7 to 2.18.

Release notes

Sourced from pipeline-build-step's releases.

v2.18 🌈

📦 Dependency updates

v2.17 🌈

🐛 Security fixes

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
  • 1be2439 [maven-release-plugin] prepare release pipeline-build-step-2.18
  • adfbee0 Bump plugin parent POM from 4.31 to 4.33 (#75)
  • cc7f3fc [maven-release-plugin] prepare for next development iteration
  • a4cf8d4 [maven-release-plugin] prepare release pipeline-build-step-2.17
  • 6babebe SECURITY-2611
  • 51c9f4c [maven-release-plugin] prepare for next development iteration
  • b20515e [maven-release-plugin] prepare release pipeline-build-step-2.16
  • a68ff7e SECURITY-2519
  • d9eb5b8 Merge pull request #65 from offa/dev
  • 523f03e Merge branch 'master' into dev
  • 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)

Bumps [pipeline-build-step](https://github.com/jenkinsci/pipeline-build-step-plugin) from 2.7 to 2.18.
- [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.7...pipeline-build-step-2.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 5, 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