fix(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-api to v2.47 #5066
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.12
->2.47
Release Notes
jenkinsci/workflow-api-plugin (org.jenkins-ci.plugins.workflow:workflow-api)
v2.41
Release date: 2021-01-19
FlowNode.addOrReplaceAction
from incorrectly throwing anUnsupportedOperationException
when replacing an existing action (JENKINS-64438)v2.40
Release date: 2020-02-26
v2.39
Release date: 2020-01-30
v2.38
Release date: 2019-12-06
MissingPropertyException
when the receiver's class isimplemented in a Pipeline script to avoid leaking the class loader for
the Pipeline script through
ErrorAction
. (PR110)
v2.37
Release date: 2019-08-29
Pipeline script to avoid leaking the class loader for the Pipeline
script through
ErrorAction
. (PR102)
ThreadLocal
variables used in buffering-relatedlogic for Pipeline logs.
(JENKINS-58899)
99)
v2.36
Release date: 2019-08-01
TaskListenerDecorator
API is now stable instead of abeta API. (PR
97)
StepListener
API to allow interception ofstep execution. (PR
96)
FlowExecutionListener.onCreated
method.(PR
92)
v2.35
Release date: 2019-06-07
StandardGraphLookupView.bruteForceScanForEnclosingBlocks
fromthrowing
IndexOutOfBoundsException
in some scenarios.(JENKINS-57805)
through
FlowExecutionList
. Fixes some cases where Jenkins mightfail to start because of a problem with a single build. (PR
93)
v2.34
Release date: 2019-05-10
trying to create an empty stash. (PR
86)
nodeAfter
in the4-parameter
MemoryFlowChunk
constructor. (PR89)
WarningAction
that can be added toa
FlowNode
to indicate that some non-fatal event occurred duringexecution of a step even though the step completed normally.
(JENKINS-43995, JENKINS-39203)
v2.33
Release date: 2018-11-19
Prevent the error "Failed to execute command Pipe.Flush(-1)" from
occurring by flushing streams before they have been garbage
collected.
v2.32
Release date: 2018-11-09
LogStorage
implementations tosatisfy
WorkflowRun#getLogFile
. (Partof JENKINS-54128,
but version 2.29 of Pipeline Job Plugin contains the actual fix)
v2.31
Release date: 2018-10-26
Buffer remote log output to fix logging-related performance issues.
v2.30
Release date: 2018-10-12
JEP-210: redesigned
log storage system for Pipeline builds. Should have no effect
unless Pipeline Job
Plugin is
also updated.
JENKINS-45693:
TaskListenerDecorator
API.Improvement: Mark interrupted steps using a gray ball instead of a
red ball in the Pipeline steps view to distinguish them from
failures.
v2.29
Release date: 2018-07-24
v2.28
Release date: 2018-06-15
(JENKINS-49635)
v2.27
Release date: 2018-04-12
be serialized (API to
support JENKINS-50752
fix)
in an error-safe way, to allow processes to complete normally
v2.26
Release date: 2018-02-23
(JENKINS-49025)
v2.25
Release date: 2018-01-22
Resume
- JENKINS-47300
Pipeline JENKINS-33761
pipelines
arguments for step
v2.24
Release date: 2017-12-04
Fix a WeakHashMap synchronization issue
Generics it returns
v2.23.1
Release date: 2017-10-24
the change caused stash steps to hang in specific cases. Will be
amended and re-released with fixes.
v2.23
Release date: 2017-10-24
the change caused stash steps to hang in specific cases. Will be
amended and re-released with fixes.
v2.22
Release date: 2017-09-26
of the pipeline graph
(JENKINS-27395
and partial implementation of
JENKINS-37573)
adding an isActive API & making it performant
(JENKINS-45553
determine if a step or block is complete or not
(JENKINS-38223)
v2.20
Release date: 2017-08-01
frequent action lookups in other pipeline plugins
v2.19
Release date: 2017-07-24
New
QueueItemAction
for tracking node block queue status.v2.18
Release date: 2017-06-29
to
ArgumentsAction
.v2.17
Release date: 2017-06-05
Fix finding the last FlowNode for an in-progress parallel with a
long-running step
v2.16
Release date: 2017-05-30
JENKINS-43055 Made
GraphListener
into an extension point.
JENKINS-37327 API
allowing empty stashes.
v2.15
Release date: 2017-05-22
Retain and display arguments to pipeline steps
Add a FlowExecutionListener extension point
v2.13
Release date: 2017-04-13
sanity checks failing when running a pipeline with a parallel
containing 0 branches
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.