×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This documentation will only be visible on the Global Variable Reference pages ... groovy def call(Map config) { node { git url: "https ... Take, for example, a ...
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: tags/ html
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Missing: 2. | Show results with:2.
Document Jenkins on Kubernetes ... publishIssues : Publish issues created by a static analysis scan. issues. Type: class io.jenkins.plugins.analysis.core.steps.
Missing: node/ html
Accepts submission from the node configuration page. ... Gets the absolute URL of Jenkins top page, such as http://localhost/jenkins/ . ... labels is available via ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/ . curl example via bash. curl -d "script=< ...
Missing: tags/ 2.
Default the built-in Jenkins Update Center URL to https://updates.jenkins.io instead of obsolete HTTP endpoint. This requires a JRE compatible with Let's ...
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 ...