Projet

Général

Profil

Révision 2f7178a6

ID2f7178a69866999aab3a0d7a282b824579bca412
Parent 931233d0
Enfant 34c4a84a

Ajouté par Gavin Shelley il y a plus de 11 ans

Support some more jenkins statuses: notbuilt_anime, aborted, aborted_anime

Voir les différences:

plugins/jenkins/jenkins_
66 66
my $type = basename($0);
67 67
$type =~ s/jenkins_//;
68 68

  
69
my %states = ('blue' =>'stable', 'blue_anime' =>'stable', 'yellow'=>'unstable', 'yellow_anime'=>'unstable', 'red'=>'failing', 'red_anime'=>'failing', 'disabled'=>'disabled' );
69
my %states = ('blue' =>'stable', 'blue_anime' =>'stable', 'yellow'=>'unstable', 'yellow_anime'=>'unstable', 'red'=>'failing', 'red_anime'=>'failing', 'disabled'=>'disabled', 'notbuilt_anime' =>'disabled', 'aborted'=>'failing', 'aborted_anime'=>'failing' );
70 70
my %counts = ('blue' => 0, 'yellow'=>0, 'red'=>0, 'disabled'=>0);
71 71

  
72 72
if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {

Formats disponibles : Unified diff