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 jenkins-pipeline-unit from 1.9 to 1.17 #193

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2023

Bumps jenkins-pipeline-unit from 1.9 to 1.17.

Release notes

Sourced from jenkins-pipeline-unit's releases.

1.17

🚀 New features and improvements

✍ Other changes

📦 Dependency updates

1.16

🐛 Bug fixes

1.15

⚠️ Breaking API changes

  • Make params map immutable (#542) @​nre-ableton. If your code was (incorrectly) modifying values in params, you'll now get an exception when trying to do this. This won't work on a real Jenkins server, and now it won't work in this framework either. To modify the params map, you must use addParams.
  • mockShOutputs has been renamed to mockShHandlers (see below, #498).

🚀 New features and improvements

  • script handlers using patterns (#498) @​UlrichEckhardt. Previously, helper.addShMock took a String as the first argument for an exact command to match. This method now can take a Pattern to match a regular expression, a String for an exact match (the same behavior as before), or no argument to match anything.

Some examples:

... (truncated)

Commits
  • f565913 Merge pull request #582 from nre-ableton/nre/master/groovy-2.4.21
  • 45ac7d8 Bump groovy-all to 2.4.21
  • 0939222 Merge pull request #568 from keegangroth/kubernetes-true
  • 48f32d5 Merge pull request #571 from Bilgetz/feature/add_catch_with_map
  • b4b9601 Add catch error with map parameter
  • ba066d0 Merge pull request #580 from jenkinsci/dependabot/gradle/org.assertj-assertj-...
  • 8e1bf0f Bump assertj-core from 3.24.0 to 3.24.1
  • 83d5dcc Merge pull request #579 from jenkinsci/dependabot/gradle/org.assertj-assertj-...
  • a9b3465 Bump assertj-core from 3.23.1 to 3.24.0
  • d7f809a Merge pull request #577 from jenkinsci/dependabot/gradle/com.jfrog.artifactor...
  • 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 [jenkins-pipeline-unit](https://github.com/jenkinsci/JenkinsPipelineUnit) from 1.9 to 1.17.
- [Release notes](https://github.com/jenkinsci/JenkinsPipelineUnit/releases)
- [Changelog](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/RELEASE.md)
- [Commits](jenkinsci/JenkinsPipelineUnit@v1.9...v1.17)

---
updated-dependencies:
- dependency-name: com.lesfurets:jenkins-pipeline-unit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2023

Superseded by #243.

@dependabot dependabot bot closed this Aug 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.lesfurets-jenkins-pipeline-unit-1.17 branch August 1, 2023 04:44
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.

0 participants