Update dependency workflow-step-api to v678 #116
Closed
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:
1.15
->678.v3ee58b_469476
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jenkinsci/workflow-step-api-plugin (workflow-step-api)
v678.v3ee58b_469476
Compare Source
👷 Changes for plugin developers
@Nullable
annotation (#173) @basil📝 Documentation updates
StepExecutions
in relevant Javadoc (#150) @jglick👻 Maintenance
📦 Dependency updates
v657.v03b_e8115821b_
Compare Source
🚀 New features and improvements
StepExecutions
, available outside test scope (#149) @jglickv655.v6e098b_87b_84f
Compare Source
🚀 New features and improvements
MissingContextVariableException
detail message (#143) @jglickv653.v84d381622a_a_d
Compare Source
👻 Maintenance
📦 Dependency updates
v639.v6eca_cd8c04a_a_
Compare Source
👷 Changes for plugin developers
BodyExecution.cancel
overload takingThrowable
(#124) @jglick📝 Documentation updates
👻 Maintenance
📦 Dependency updates
v625.vd896b_f445a_f8
Compare Source
📦 Dependency updates
bom
, baseline (#82) @jglickv622.vb_8e7c15b_c95a_
Compare Source
🚀 New features and improvements
AbstractStepImpl
to still be subclassed for serial compatibility (#81) @jglick📦 Dependency updates
v615.vb09dac339255
Compare Source
🚀 New features and improvements
SynchronousResumeNotSupportedException
as a marker for lack of JENKINS-30383 - (#77) @jglickv604.vffcf73c782e7
Compare Source
🐛 Bug fixes
DynamicContext.Typed
did not correctly handle queries of subtypes (#73) @jglick📦 Dependency updates
📝 Documentation updates
👻 Maintenance
🚦 Tests
Jenkinsfile
and test on Java 11 (#69) @basilv2.24
Compare Source
Release date: 2021-07-12
v2.23
Compare Source
Release date: 2020-10-14
v2.22
Compare Source
Release date: 2020-01-03
FlowInterruptedException
to indicate when the exception is only being used to propagate a result and is not a true interruption. Part of the fix for JENKINS-60354. (PR 51)v2.21
Compare Source
Release date: 2019-11-25
DynamicContext
is now considered a stable API. (PR 47)v2.20
Compare Source
Release date: 2019-06-03
Add
DynamicContext
extension point that can be used to dynamicallyinject and refresh Pipeline context variables.
Improve how
FlowInterruptedExceptions
that containnested
FlowInterruptedExceptions
are displayed in build logs.Deprecate
StepDescriptor.newInstance
andStepDescriptor.uninstantiate
infavor of more general methods provided by
CustomDescribableModel
.v2.19
Compare Source
Release date: 2019-02-01
Requires Jenkins core 2.121.1 or newer.
Add StepEnvironmentContributor extension point, which allows
extensions to access the current FlowNode when expanding environment
variables.
of workflow-cps in test scope.
v2.18
Compare Source
Release date: 2019-01-14
Add GeneralNonBlockingStepExecution utility to allow block-scope
steps to execute without blocking the CPS VM thread.
v2.17
Compare Source
Release date: 2018-12-06
by
SynchronousNonBlockingStepExecution
and its implementations toavoid issues where the incorrect class loader was set on a worker
thread. May
fix JENKINS-53305,
but we have not been able to reproduce the issue in a test
environment to confirm.
v2.16
Compare Source
Release date: 2018-06-25
SynchronousNonBlockingStepExecution.stop
to properly handleFlowInterruptedException
.v2.15
Compare Source
Release date: 2018-05-19
SynchronousNonBlockingStepExecution.run
bycatching and handling all
Throwables
v2.14
Compare Source
Release date: 2017-11-21
Be defensive and don't include "metasteps" with
Object
or
Void.Type
as theirmetaStepArgumentType
, since that can endup breaking many things.
v2.13
Compare Source
Release date: 2017-09-19
Default implementation provided for
StepExecution.stop
v2.12
Compare Source
Release date: 2017-06-30
StepDescriptor.argumentsToString
parameter need no longer bechecked for null.
v2.11
Compare Source
Release date: 2017-06-05
EnvironmentExpander.constant
API.v2.10
Compare Source
Release date: 2017-05-22
display - JENKINS-37324
v2.9
Compare Source
Release date: 2017-02-08
JENKINS-41276
fix.
JENKINS-41551
fix.
v2.8
Compare Source
Release date: 2017-02-02
Fix a deadlock from calling
getStatusBounded
inStepExecution.toString
v2.7
Compare Source
Release date: 2017-01-10
Enable steps formerly using
AbstractStepExecutionImpl
, which forcompatibility reasons must continue to do so, to compile without
deprecation warnings.
v2.6
Compare Source
Release date: 2016-12-12
Deprecating Guice-based step implementations as this system led to
various hard-to-debug problems. Issuing a runtime warning when one
such case can be detected.
v2.5
Compare Source
Release date: 2016-10-31
Make sure diagnostics added in 2.2 do not block a thread
indefinitely.
v2.4
Compare Source
Release date: 2016-09-23
v2.3
Compare Source
Release date: 2016-07-28
JENKINS-29922.
block also failed.
v2.2
Compare Source
Release date: 2021-07-12
v2.1
Compare Source
Release date: 2019-02-01
Requires Jenkins core 2.121.1 or newer.
Add StepEnvironmentContributor extension point, which allows
extensions to access the current FlowNode when expanding environment
variables.
of workflow-cps in test scope.
v2.0
Release date: 2016-04-05
changelog
for earlier releases.
DescribableHelper
in favor of the Structsplugin.
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 becomes conflicted, 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.