On the Manage Jenkins page for your installation, navigate to Plugins. Find Pipeline Plugin from among the plugins listed on the Available tab. (You can do this ...
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 ...
Missing: convert | Show results with:convert
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: convert | Show results with:convert
This mechanism allows scoping of specific libraries to all the Pipelines inside of the folder or subfolder. Folder-based libraries are not considered "trusted:" ...
Missing: convert | Show results with:convert
withSandbox : Use sandbox in a specific scope ... jiraUserSearch : JIRA Steps: Search Active JIRA Users ... convertTestsToRun : ALM Octane testing framework ...
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 ...
The sandbox only allows a subset of Groovy's methods deemed sufficiently safe for "untrusted" access to be executed without prior approval. Scripts using the ...
This action is helpful for testing and debugging. ... This script is powered by the Script Security Plugin; both Approved Script and Groovy Sandbox modes are ...
Dec 2, 2019 · The node expression os:linux && browser:firefox will search for Jenkins agents which have both labels. Screenshot of matrix pipeline. The ...
Jenkins features a Groovy script console which allows one to run arbitrary Groovy scripts within the Jenkins controller runtime or in the runtime on agents. It ...