Jenkins Installation: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
==Build an Image with Plugins== | ==Build an Image with Plugins== | ||
{{Internal|Running_Jenkins_as_a_Docker_Container#Image_with_Pre-Installed_Recommended_Plugins|Build an Image with Pre-Installed Recommended Plugins}} | |||
=Linux= | =Linux= | ||
Line 16: | Line 18: | ||
=="Unlocked" Jenkins== | =="Unlocked" Jenkins== | ||
{{External|https://jenkins.io/doc/book/installing/#unlocking-jenkins}} | |||
$JENKINS_HOME/config.xml: | $JENKINS_HOME/config.xml: |
Latest revision as of 00:16, 25 April 2018
External
Internal
Container-Based Jenkins
Build an Image with Plugins
Linux
Organizatorium
"Unlocked" Jenkins
$JENKINS_HOME/config.xml:
<hudson>
...
<installState>
<isSetupComplete>false</isSetupComplete>
...
</installState>
...
</hudson>