×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Missing: reload | Show results with:reload
The Jenkins Configuration as Code (JCasC) feature defines Jenkins configuration parameters in a human-readable YAML file that can be stored as source code.
Missing: remote | Show results with:remote
A Shared Library is defined with a name, a source code retrieval method such as by SCM, and optionally a default version. The name should be a short identifier ...
Missing: Devops | Show results with:Devops
The script has all the power of Pipeline available, from something as simple as invoking a Maven builder, to a series of interdependent steps, which have ...
Missing: reload | Show results with:reload
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 ...
Missing: Devops reload
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Missing: scm | Show results with:scm
Nov 12, 2023 · The git plugin provides an SCM implementation to be used with the Pipeline SCM checkout step. The Pipeline Syntax Snippet Generator guides ...
Missing: /search reload
Aug 6, 2023 · Hello! I am updating Jenkins on a Kubernetes based platform. Running into issues that appear to stem from checkout csm, at the top ...
Missing: /search Devops
Jenkins will now scan your remote repository for branches and create a Pipeline for each branch that contains a Jenkinsfile . Found all branches. Jenkins has ...
Missing: Devops scm
Mar 21, 2023 · I terminated the job this morning, after that I cannot restart the build on the feature branch job anymore. The master branch job is running ...
Missing: Devops example