×
Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server instance, defined in the ...
... Pipeline steps available in your Jenkins ... Jenkins file by using the Pipeline Linter API of a running Jenkins. ... https://packagecontrol.io/packages/Jenkinsfile ...
waitForQualityGate : Wait for SonarQube analysis to be completed and return quality gate status. This step pauses Pipeline execution and wait for previously ...
Missing: /url api/
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, ...
Defines a Kubernetes pod template that can be used to create nodes. Example: podTemplate(...) { node(POD_LABEL) { // some steps } }. activeDeadlineSeconds : int ...
properties : Set job properties. Updates the properties of the job which runs this step. Mainly useful from multibranch Pipelines, so that Jenkinsfile itself ...
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
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-
githubNotify : Notifies GitHub of the status of a Pull Request. The githubNotify step gives full controll to pipelines about the commit status. You can check ...
Pipeline Steps reference · LTS Upgrade guides ... API for checking out an arbitrary named version (Modern SCM option). ... check your changes on ci.jenkins.io: --- ...