×
... URL where "..." portion is the data that it acts on. For example, if your Jenkins installation sits at https://ci.jenkins.io ... Ability to add/remove/query ...
createPackageURL : Construct a package URL and return it as a string · publishEiffelArtifacts : Publishes previously announced Eiffel artifacts ...
Missing: book/ | Show results with:book/
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 ...
To configure a theme, you can go to Manage Jenkins > System > Theme and enter the URL of your stylesheet and/or Javascript file. You can also configure this ...
Resource Root URL. As an alternative to relaxing Content-Security-Policy , administrators can configure Jenkins to serve files from potentially less trusted ...
... Jenkins instance is up and running on port 8080, attempt to access your Jenkins instance on port 80 instead of 8080. It should work and your URL should stay ...
Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server instance, defined in the ...
Missing: book/ | Show results with:book/
Glossary. Tutorials. Guided Tour · Jenkins Pipeline · Using ... This document assumes Jenkins 2.54 or newer. ... Jenkins URL, for example: % curl -Lv https:// ...
It is strongly recommended to set up the Resource Root URL instead of customizing Content-Security-Policy. Most of the documentation below was written when ...
... one like. java \ -jar agent.jar \ -url <Jenkins URL> \ -secret <secret key> \ -name <agent name>. java. Copied! Go back to the node's web page in Jenkins.