Jenkins Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(3 intermediate revisions 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= | ||
=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>