×
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Missing: reuse | Show results with:reuse
The following Pipeline code snippets show an example of how to create a Pipeline using environment variables for username and password credentials. In this ...
For example, the Pipeline: GitHub Groovy Libraries plugin allows a script to use an untrusted library named like github.com/someorg/somerepo without any ...
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.
Jun 15, 2018 · This is a GSoC 2018 project. This project aims to develop a pull request Job Plugin. Users should be able to configure job type using YAML file ...
Missing: reuse | Show results with:reuse
This allows a restarted Declarative Pipeline to reuse a stash from the build it was restarted from. ... This example will search FOO message in all comment lines.
Sep 7, 2021 · Pipeline editor that makes automating CD pipelines approachable by guiding the user through an intuitive and visual process to create a pipeline ...
Feb 13, 2017 · This plugin blocks a build if one of the given jobs is running. The blocking behaviour can be configured to block builds on node or global ...
Sep 7, 2021 · Now the plugin uses a fixed "https://api.bitbucket.org/2.0/repositories/..." url is used. JENKINS-53847 IN REVIEW Improve JavaDoc for Util.
Better handling of certain unreproducible XML file load/save errors. (pull 3167); Improve user lookup performance, for example from Git changelog calculation.