-
Notifications
You must be signed in to change notification settings - Fork 596
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
fix(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-api to v2.47 #5066
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/org.jenkins-ci.plugins.workflow-workflow-api-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-api to v2.47 #5066
renovate
wants to merge
1
commit into
master
from
renovate/org.jenkins-ci.plugins.workflow-workflow-api-2.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
325f5ca
to
026d6bd
Compare
c51fe32
to
b30e651
Compare
345de1d
to
7979eea
Compare
f0fdc0c
to
4d41ad5
Compare
4d41ad5
to
a61e846
Compare
ee41b9d
to
7f2e416
Compare
/it-go |
7f2e416
to
a6e8eee
Compare
/it-go |
a6e8eee
to
9ca6ad1
Compare
/it-go |
9ca6ad1
to
10a19c6
Compare
/it-go |
10a19c6
to
9a5ae4f
Compare
/it-go |
9a5ae4f
to
50b40a3
Compare
/it-go |
50b40a3
to
858a728
Compare
/it-go |
858a728
to
b07e08a
Compare
/it-go |
b07e08a
to
b9c97d2
Compare
/it-go |
b9c97d2
to
5300123
Compare
/it-go |
5300123
to
c74b3ec
Compare
/it-go |
c74b3ec
to
58d1572
Compare
/it-go |
58d1572
to
fa50498
Compare
/it-go |
fa50498
to
128a875
Compare
|
/it-go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.