×
6 days ago · This plugin adds the embeddable build status badge to Jenkins so that you can easily hyperlink/show your build status from elsewhere.
This is a special step that allows to call builders or post-build actions (as in freestyle or similar projects), in general "build steps". Just select the build ...
Pipeline ships with built-in documentation features to make it easier to create Pipelines of varying complexities. This built-in documentation is automatically ...
This section builds on the information introduced in Getting started with Pipeline and should be treated solely as a reference. For more information on how ...
Allocates an executor on a node (typically a build agent) and runs further code in the context of a workspace on that agent. label : String. Computer name, ...
This section builds on the information covered in Getting started with Pipeline and introduces more useful steps, common patterns, and demonstrates some non- ...
Pipeline Steps Reference · reportArtifactRelease : Record an artifact release · reportBuild : Record a build report · reportDeployOperation : Record a Deployment ...
Enables pipeline to build and use Docker containers inside pipeline scripts. ... embeddable-build-status. groovy-postbuild ... In Windows environments, use “bat ...
A stage block defines a conceptually distinct subset of tasks performed through the entire Pipeline (e.g. "Build", "Test" and "Deploy" stages), which is used by ...
Missing: windows | Show results with:windows
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.