×
The URL where the results of this build can be found (for example http://buildserver/jenkins/job/MyJobName/17/ ). EXECUTOR_NUMBER. The unique number that ...
Possible attributes are id , target , branch , fork , url , title , author , authorDisplayName , and authorEmail . Each of these corresponds to a CHANGE_* ...
url is the endpoint at which your Jenkins Server expects the POST request, containing your Jenkinsfile which you want to validate. Typically this points to < ...
createPackageURL : Construct a package URL and return it as a string · publishEiffelArtifacts : Publishes previously announced Eiffel artifacts ...
Missing: book/ | Show results with:book/
Running Pipelines · Branches and ... Jenkins loads and uses that library as part of a successful Pipeline run. ... groovy def call(Map config) { node { git url: " ...
A Pipeline job type uses a Groovy-based DSL for job definitions. The DSL affords the advantage of defining jobs programmatically: node('linux'){ git url: 'https ...
This document is intended for novice users of the Jenkins pipeline feature. ... Find Pipeline Plugin from among ... git([url: 'https://github.com/joe_user/simple ...
Missing: book/ | Show results with:book/
Add a Branch Source (for example, Git) and enter the location of the repository. Add a Branch Source. Add the URL to the project repository. Save the ...
... URL, for example: node { checkout scm docker.withRegistry('https://registry.example.com') { docker.image('my-custom-image').inside { sh 'make test' } } }.
In the Connect to a Git repository section, enter the URL for your Git repository in the Repository URL field. Connect to a Git repository. You now must ...