Newer
Older
Import / projects / Gameloft / bne_lib / build / jenkinsBackup / de.pellepelster.jenkins.walldisplay.WallDisplayPlugin.xml
<?xml version='1.0' encoding='UTF-8'?>
<de.pellepelster.jenkins.walldisplay.Configuration plugin="jenkinswalldisplay@0.6.27">
  <theme>default</theme>
  <fontFamily>sans-serif</fontFamily>
  <buildRange>all</buildRange>
  <sortOrder>job name</sortOrder>
  <customTheme>.custom {
        background-color: #000000;
}
.custom.blue {
        background-color: #00CC00;
}
.custom.red, .custom.yellow, .custom.aborted, .custom.grey {
        background-color: #CC0000;
}
.custom.claimed {
        background-color: #0000CC;
}
</customTheme>
  <jenkinsTimeOut>15</jenkinsTimeOut>
  <jenkinsUpdateInterval>20</jenkinsUpdateInterval>
  <paintInterval>1</paintInterval>
  <maxQueuePositionToShow>0</maxQueuePositionToShow>
  <showDetails>false</showDetails>
  <showGravatar>false</showGravatar>
  <showJunitResults>false</showJunitResults>
  <showBuildNumber>true</showBuildNumber>
  <showLastStableTimeAgo>true</showLastStableTimeAgo>
  <showDisabledBuilds>true</showDisabledBuilds>
  <showWeatherReport>true</showWeatherReport>
  <blinkBgPicturesWhenBuilding>false</blinkBgPicturesWhenBuilding>
  <gravatarUrl>http://www.gravatar.com/avatar/</gravatarUrl>
</de.pellepelster.jenkins.walldisplay.Configuration>