×
This section is a work in progress. Want to help? Check out the jenkinsci/docs gitter channel. For other ways to contribute to the Jenkins project, ...
Post initialization script (init hook). You can create a Groovy script file $JENKINS_HOME/init.groovy , or any .groovy file in the directory ...
Initial Settings ... Most Jenkins configuration changes can be made through the Jenkins user interface or through the configuration as code plugin. There are some ...
Indicates the milestones that this initializer contributes to. A milestone is considered attained if all the initializers that attains the given milestone ...
It first builds a set of Task s that are units of the initialization work, and have them declare dependencies among themselves. For example, jobs are only ...
Various key milestone in the initialization process of Hudson. Plugins can use these milestones to execute their initialization at the right moment (in ...
Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.model.queue. hudson.security.csrf. hudson.slaves.
Strategy pattern of the various key decision making during the Jenkins initialization. Because the act of initializing plugins is a part of the Jenkins ...
Sep 7, 2021 · It first builds a set of tasks that are units of the initialization work, and have them declare dependencies among themselves. For example, jobs ...
Apr 4, 2024 · Hey,. I've got a freshly installed Ubuntu 24.04 with 21.0.2 openjdk. Sys has 32gb ram, 16 core, 500 gb storage. Tried to install Jenkins via ...