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-basic-steps from 2.3 to 2.23 #249

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2021

Bumps workflow-basic-steps from 2.3 to 2.23.

Changelog

Sourced from workflow-basic-steps's changelog.

2.23

Release date: 2020-11-06

2.22

Release date: 2020-10-01

2.21

Release date: 2020-09-15

  • Developer: Support new SimpleBuildStep.perform overload with EnvVars parameter (JENKINS-29144)
  • Improvement: Update the help text for the sleep and timeout steps to mention the default units for each step (PR 114)
  • Improvement: Update the help text for the waitUntil step to mention the maximum wait time between attempts (PR 119)
  • Internal: Ignore flaky test and remove invalid test (PR 120, PR 126)

2.20

Release date: 2020-04-20

  • Improvement: Add new quiet option to the waitUntil step. Use quiet: true to stop the waitUntil step from logging a message every time the condition is checked. quiet defaults to false. (JENKINS-59776).
  • Fix: Prevent the fileExists step from throwing an error if the file parameter is null. If the file parameter is null, the current directory will be checked, which is the same as the behavior for an empty string. (PR 108)
  • Fix: Prevent the timeout step from hanging indefinitely after a Jenkins restart in rare cases where the step already attempted to cancel the body before the restart and needs to force-cancel it after the restart because the body was unresponsive. (JENKINS-42940)
  • Internal: Update minimum supported Jenkins core version to 2.164.3. (PR 111)
  • Internal: Use waitForMessage instead of assertLogContains in tests to avoid nondeterministic failures. (PR 110)
  • Internal: Update pom.xml to use jenkinsci/bom to specify dependency versions. (PR 95)

2.19

Release date: 2020-01-03

  • JENKINS-60354: Make the retry step work correctly with the build step when using propagate: true (similarly for the catchError and warnError steps when using catchInterruptions: false). You must update Pipeline: Build Step Plugin to 2.11 or newer along with this update for the full fix. (PR 102)
  • Improvement: Add an optional initialRecurrencePeriod parameter to the waitUntil step. (PR 49)
  • Improvement: Update documentation for the stash step to clarify that stashes are only available in the current build, not from other jobs, or from other builds of the same job. (PR 89)
  • JENKINS-59575: Update documentation for the withContext step to clarify that Groovy objects may not be passed to the step, and to indicate that users are encouraged to create a Step in a plugin instead of using the withContext or getContext steps. (PR 93)
  • Internal: Update parent POM, refactor uses of deprecated APIs, improve tests, and migrate wiki content to GitHub. (PR 91, PR 92, PR 93, PR 94, PR 96, PR 103)

2.18

... (truncated)

Commits
  • 67e455f [maven-release-plugin] prepare release workflow-basic-steps-2.23
  • b87c19e Merge pull request #136 from dwnusbaum/changelog-2.23
  • 80cc242 Add release notes for 2.23
  • 2b1e2ba Merge pull request #132 from res0nance/corewrapper-windows
  • c6e656c Merge pull request #135 from res0nance/windows-test-flake
  • 72a1fda Reduce flakiness of windows timeout test
  • 07b2ab1 Merge pull request #134 from jglick/Disposer.requiresWorkspace
  • 18ce7fc Forgot to delete one obsolete comment
  • 666817e Updating baseline and removing reflection
  • af19950 Disposer.requiresWorkspace is final
  • 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 dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 20, 2021
@uhafner uhafner merged commit dde0853 into master Mar 21, 2021
@uhafner uhafner deleted the dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-basic-steps-2.23 branch March 21, 2021 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant