×
Pipeline Steps Reference · reportArtifactRelease : Record an artifact release · reportBuild : Record a build report · reportDeployOperation : Record a Deployment ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Mar 22, 2024 · This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.
This is a simple demonstration of how to run a Gradle build, that resolves dependencies, upload artifacts and publish build info to Artifactory. Read the full ...
To configure a pipeline you have created through the Jenkins UI, select the pipeline and click Configure. In Windows environments, use “bat” in place of “sh,” ...
Missing: external | Show results with:external
In order to use them, install the Pipeline: Declarative Plugin. All valid Declarative Pipelines must be enclosed within a pipeline block, for example:.
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: windows | Show results with:windows
The following Pipeline code snippets show an example of how to create a Pipeline using environment variables for username and password credentials. In this ...
This can be accomplished by encapsulating the problematic method ( Iterable.toSorted in the example) inside another method, and annotating the outer method with ...
Missing: external | Show results with:external