×
Click New Item on your Jenkins home page, enter a name for your (pipeline) job, select Pipeline, and click OK. · In the Script text area of the configuration ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page. For a list of other such plugins, see the Pipeline ...
Missing: converter | Show results with:converter
Global Post Script Plugin — Execute a global configured groovy script after each build of each job managed by the Jenkins. This is typical for cases when ...
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 ...
Dec 3, 2021 · Name of the file with your own configuration in json format. Specify an absolute path or a relative to workspace. format : String. aribot.
Mainly useful from multibranch Pipelines, so that Jenkinsfile itself can encode what would otherwise be static job configuration. Existing properties set ...
Oct 25, 2023 · This plugin allows Jobs and Views to be defined via DSLs.
Missing: converter | Show results with:converter
Aug 30, 2023 · This plugin allows you to run the following actions after a build: Batch or shell scripts; Groovy scripts; Build steps. You can configure ...
Missing: converter | Show results with:converter
Oct 26, 2018 · A workspace is actually being allocated on the expected node, but cleanWS() still throws this no matter how many times I restart the job.