×
The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license. Resources. Downloads · Blog · Documentation · Plugins ...
Missing: /url | Show results with:/url
Page 4. The Jenkins Blog. jenkins. All, aarch64 ... jenkins.io ... We're talking about building something with Jenkins, using an Android device as a Jenkins node, ...
Missing: /url | Show results with:/url
In this talk I will be focusing on plugin development for Jenkins. I aim to capture some of the lessons that we have learned at Delphix and that I learned ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Missing: development/ | Show results with:development/
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 ...
Oftentimes it is useful to share parts of Pipelines between various projects to reduce redundancies and keep code "DRY". Pipeline has support for creating " ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: tags/ html
See the LTS upgrade guide for advice on upgrading Jenkins. See the LTS Release Line for more information on Jenkins LTS. What's new in 2.440.3 (2024-04-17).
A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/ . curl example via bash. curl -d "script=< ...