×
Possible attributes are id , target , branch , fork , url , title , author , authorDisplayName , and authorEmail . Each of these corresponds to a CHANGE_* ...
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 ...
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 < ...
Read the full documentation here. node { git url: 'https ... Here's how to recover that ability using a git command and Pipeline's sh step. ... It's not ideal - ...
Missing: book/ | Show results with:book/
Every input step has an unique identifier. It is used in the generated URL to proceed or abort. A specific identifier could be used, for example, to ...
Missing: book/ | Show results with:book/
Document Jenkins on Kubernetes ... Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page. ... url = 'http:// ...
Missing: book/ | Show results with:book/
Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax ... createPackageURL : Construct a package URL and return it ...
Missing: book/ | Show results with:book/
Specify the HTTPS URL for the Tuleap Git repository so that links to changes can be automatically generated by Jenkins. repositoryUrl : String. The URL is ...
Missing: book/ | Show results with:book/
Jan 19, 2017 · ... url: 'https://github.com/bitwiseman/hermann']]]) } } stage ('Build') { when { expression { GIT_BRANCH = 'origin/' + sh(returnStdout: true ...
Missing: book/ | Show results with:book/
It is best to refer to Pipeline Syntax for the precise syntax for your SCM. ... url: "git@github.com:jenkinsci/${repo}" } return ... Declarative Pipeline does not ...