public class PwdStep
extends org.jenkinsci.plugins.workflow.steps.Step
node { def x = pwd() // where is my workspace? }
Modifier and Type | Class and Description |
---|---|
static class |
PwdStep.DescriptorImpl |
static class |
PwdStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PwdStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
isTmp() |
void |
setTmp(boolean tmp) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2016–2022. All rights reserved.