Skip to content

Instantly share code, notes, and snippets.

@waynr
Created June 8, 2015 20:16
Show Gist options
  • Save waynr/bc2a3ee44a43ddcffb0d to your computer and use it in GitHub Desktop.
Save waynr/bc2a3ee44a43ddcffb0d to your computer and use it in GitHub Desktop.
jenkins global/system configuration XML example
<?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