×
... URL, for example: node { checkout scm docker.withRegistry('https://registry.example.com') { docker.image('my-custom-image').inside { sh 'make test' } } }.
Normally used implicitly by method calls on the docker global variable. Sets up connection details for a Docker registry. registry. Nested Object; url : String
Missing: book/ | Show results with:book/
Using Docker with Pipeline · Extending with Shared ... Possible attributes are id , target , branch , fork , url , title , author , authorDisplayName , and ...
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 ...
For example, for Subversion, you can set the Repository URL to svnserver/project/${library.yourLibName.version} and then use versions such as trunk or branches/ ...
Build step that sends a Dockerfile for building to docker host that used for this build run. dockerFileDirectory : String; fromRegistry. Nested Object; url : ...
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 < ...
discordSend : Send an embed message to Webhook URL ... Docker Pipeline · dockerFingerprintFrom : Record trace of a Docker ... (https://www.zaproxy.org/docs/alerts/) ...
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 ...
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 ...