Google
×
As discussed at the start of this chapter, the most fundamental part of a Pipeline is the "step". Basically, steps tell Jenkins what to do and serve as the ...
This step pauses Pipeline execution and allows the user to interact and control the flow of the build. Only a basic "proceed" or "abort" option is provided ...
Extends from Describable to support UI-based instantiation. Your step should have a config.jelly allowing a user to configure its properties, and may have a ...
Scoped to a single execution of Step , and provides insights into what's going on asynchronously and aborting the activity if need be.
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Useful when a long-running step has changed some instance fields (or the content of a final field) and needs these changes to be recorded. An implementation ...
Executes the code inside the block with a determined time out limit. If the time limit is reached, an exception (org.jenkinsci.plugins.workflow.steps.
Reads a file in the current working directory or a String as a plain text Java Properties file. The returned object is a normal Map with String keys. The map ...
Generalization of SynchronousNonBlockingStepExecution that can be used for block-scoped steps. The step may at any given time either be running CPS VM code, ...
Return a short string that is a valid identifier for programming languages. Class<?> getMetaStepArgumentType(). For a meta step, return the type that this meta ...