step
CloudBees CI
A single task. Fundamentally, steps tell Jenkins what to do. For example, to execute the shell command make
, use the sh
step: sh 'make'
.
When a plugin extends the Pipeline DSL, that typically means the plugin has implemented a new step.