diff options
-rwxr-xr-x | deploy_everywhere | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deploy_everywhere b/deploy_everywhere index 597e1af5..37f9a677 100755 --- a/deploy_everywhere +++ b/deploy_everywhere @@ -129,10 +129,11 @@ BG="" get_arch_color() { case $1 in - *i386*) BG=lightblue ;; - *amd64*) BG=lightgreen ;; - *armhf*) BG=lightyellow ;; - *) BG=white ;; + *i386*) BG=lightblue ;; + *amd64*) BG=lightgreen ;; + *armhf*) BG=lightyellow ;; + *jenkins.debian.*) BG=yellow ;; + *) BG=white ;; esac } |