Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page. For a list of other such plugins, see the Pipeline ...
Search K. > User Documentation Home. User ... Pipeline Steps reference · LTS Upgrade guides ... Jenkins and introduce you to Jenkins's main feature, Pipeline.
Missing: /url | Show results with:/url
httpRequest : Perform an HTTP Request and return a response object · url : String. Specify an URL to be requested. · acceptType (optional) · authentication : ...
Pipelines are made up of multiple steps that allow you to build, test and deploy applications. Jenkins Pipeline allows you to compose multiple steps in an ...
Missing: /url | Show results with:/url
properties : Set job properties. Updates the properties of the job which runs this step. Mainly useful from multibranch Pipelines, so that Jenkinsfile itself ...
... step. The Pipeline Syntax Snippet Generator generates this example: git branch: 'stable-2.204', url: 'https://github.com/jenkinsci/jenkins.git'. Example: Git ...
waitForQualityGate : Wait for SonarQube analysis to be completed and return quality gate status. This step pauses Pipeline execution and wait for previously ...
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: /url | Show results with:/url
Document Jenkins on Kubernetes ... The stages directive, and steps directives are also required for a valid Declarative Pipeline ... Full URL of Jenkins, such as ...
Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server instance, defined in the ...