Jenkins Installation: Difference between revisions
Jump to navigation
Jump to search
(→Linux) |
|||
Line 14: | Line 14: | ||
=Organizatorium= | =Organizatorium= | ||
=="Unlocked" Jenkins== | |||
$JENKINS_HOME/config.xml: | |||
<syntaxhighlight lang='xml'> | |||
<hudson> | |||
... | |||
<installState> | |||
<isSetupComplete>false</isSetupComplete> | |||
... | |||
</installState> | |||
... | |||
</hudson> | |||
</syntaxhighlight> |
Revision as of 19:58, 23 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>