Created
June 8, 2015 20:16
-
-
Save waynr/bc2a3ee44a43ddcffb0d to your computer and use it in GitHub Desktop.
jenkins global/system configuration XML example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<o class="object"> | |
<system_message/> | |
<jenkins-model-MasterBuildConfiguration class="object"> | |
<numExecutors>1</numExecutors> | |
<labelString>hello</labelString> | |
</jenkins-model-MasterBuildConfiguration> | |
<jenkins-model-GlobalQuietPeriodConfiguration class="object"> | |
<quietPeriod>10</quietPeriod> | |
</jenkins-model-GlobalQuietPeriodConfiguration> | |
</o> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment