Package org.jenkinsci.plugins.workflow.steps
package org.jenkinsci.plugins.workflow.steps
-
ClassDescriptionArtifact archiving.Runs a block.A step that runs a
SimpleBuildStep
as defined in Jenkins core.A step that runs aSimpleBuildWrapper
as defined in Jenkins core.Deprecated.Only here for serial compatibility.Simple step that will wipe out the current working directory in a workflows workspace.A simple echo back statement.Obtains a Jenkins API object from the current context.Checks whether we are running on Unix.Simple email sender step.Generated localization support class.Deprecated.Only exists as a placeholder for old running builds; noworg.jenkinsci.plugins.workflow.support.steps.PushdStep
.Returns the working directory path.Executes the body up to N times.Checks forSynchronousResumeNotSupportedException
.Executes the body with a timeout, which will kill the body.Common cause in this step.Deprecated.only here for serial compatibilityBinds aToolInstallation
to a variable.Runs a block, and if that block fails, prints a message, marks the build asResult.UNSTABLE
, adds aWarningAction
to the step, and then continues execution normally.Supplies a contextual Jenkins API object to a block.