Skip to content

Bump workflow-basic-steps from 2.6 to 2.22#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-basic-steps-2.22
Closed

Bump workflow-basic-steps from 2.6 to 2.22#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-basic-steps-2.22

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 2, 2020

Bumps workflow-basic-steps from 2.6 to 2.22.

Changelog

Sourced from workflow-basic-steps's changelog.

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

Release date: 2019-06-04

You must update Pipeline Groovy Plugin to version 2.70 along with this update.

  • JENKINS-41854: Refresh references to files on agents when an agent reconnects. Fixes some cases where a dir step would fail with

... (truncated)

Commits
  • 2e03a94 [maven-release-plugin] prepare release workflow-basic-steps-2.22
  • 81c0c45 Merge pull request #131 from dwnusbaum/changelog-2.22
  • 88c7b45 Add release notes for 2.22
  • c4f4902 Merge pull request #130 from res0nance/windows-test
  • 8998b61 Merge pull request #123 from Zastai/JENKINS-46175B
  • 4a81de5 Add test for timeoutstep with batch script for windows
  • 879b207 Update version references (2.25x -> 2.258)
  • 4b03b05 Merge branch 'master' into JENKINS-46175B
  • 9f77e2a Merge pull request #128 from dwnusbaum/JENKINS-29144
  • ba9a8ed Unwrap exceptions thrown in invoke()d code
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2020
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Nov 9, 2020

Superseded by #15.

@dependabot dependabot bot closed this Nov 9, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-basic-steps-2.22 branch November 9, 2020 06:27
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