Jenkins Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://jenkins.io/doc/book/installing/ | |||
=Internal= | =Internal= | ||
* [[Jenkins#Subjects|Jenkins]] | * [[Jenkins#Subjects|Jenkins]] | ||
=Container-Based= | =Container-Based Jenkins= | ||
==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= | |||
=Organizatorium= | |||
=="Unlocked" Jenkins== | |||
{{External|https://jenkins.io/doc/book/installing/#unlocking-jenkins}} | |||
$JENKINS_HOME/config.xml: | |||
<syntaxhighlight lang='xml'> | |||
<hudson> | |||
... | |||
<installState> | |||
<isSetupComplete>false</isSetupComplete> | |||
... | |||
</installState> | |||
... | |||
</hudson> | |||
</syntaxhighlight> |
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>