×
Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server instance, defined in the ...
Setting environment variables. Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or ...
then the warning plugin will show these errors in a separate view but does not alter the build state. If you would rather like to fail the step on such errors, ...
Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page. ... checks for Dependency-Track to process ... URL" and ...
For a list of other such plugins, see the Pipeline Steps Reference page. Table of Contents. JUnit Plugin. junit : Archive JUnit-formatted test results; step([$ ...
findFiles : Find files in the workspace. Find files in the current working directory. The step returns an array of file info objects who's properties you can ...
Missing: checks- | Show results with:checks-
Pipeline Steps reference · LTS Upgrade guides ... groovy def call(Map config) { node { git url: "https ... check your changes on ci.jenkins.io: --- jenkins ...
properties : Set job properties. Updates the properties of the job which runs this step. Mainly useful from multibranch Pipelines, so that Jenkinsfile itself ...
Example: Using a single Maven build step to drive the build through its build/test/deploy process. Running shell scripts in Jenkins Pipeline. Using a shell ...
Missing: /url | Show results with:/url
Defines a Kubernetes pod template that can be used to create nodes. Example: podTemplate(...) { node(POD_LABEL) { // some steps } }. activeDeadlineSeconds : int ...