×
Aug 6, 2023 · I am updating Jenkins on a Kubernetes based platform. Running into issues that appear to stem from checkout csm, at the top level/core Jenkins ...
Missing: devops | Show results with:devops
Git step. It performs a clone from the specified repository. Use the Pipeline Syntax Snippet Generator to generate a sample pipeline script for the git step ...
Missing: devops hudson
... Jenkins Pipeline status/progress. Step. A single task. Fundamentally, a step tells Jenkins what to do at a particular point in time (or "step" in the process).
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 ...
Aug 7, 2022 · I have a Jenkins Configuration that uses a Groovy Pipeline script to checkout repo. The job has worked for years and now started failing and ...
The Jenkins Configuration as Code (JCasC) feature defines Jenkins configuration parameters in a human-readable YAML file that can be stored as source code.
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: hudson | Show results with:hudson
Nov 12, 2023 · Pipelines. The git plugin provides an SCM implementation to be used with the Pipeline SCM checkout ...
Using a Dummy SCM. Freestyle projects typically check out code from an SCM before running the build steps, and the test harness provides a few dummy SCM ...
Missing: devops | Show results with:devops
Allows StepContext#get to provide a dynamically computed value. This is registered as an extension, so it may be injected into any build.