diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-02 19:44:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-02 19:44:39 +0200 |
commit | 13608ca2dd959922465a090a276f5ee32c59221a (patch) | |
tree | dd104dfcb903b62c46e9215f6a0c115f2ce52c30 /deploy_everywhere | |
parent | ec415bd0b3feec78b1be073709ffae0de219de33 (diff) | |
download | jenkins.debian.net-13608ca2dd959922465a090a276f5ee32c59221a.tar.xz |
hackish support for deploying on jenkins, pb3+4 easily
Diffstat (limited to 'deploy_everywhere')
-rwxr-xr-x | deploy_everywhere | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_everywhere b/deploy_everywhere index a17645dd..7f1fd2d8 100755 --- a/deploy_everywhere +++ b/deploy_everywhere @@ -63,6 +63,7 @@ elif [ "$1" = "only" ] || [ "$1" = "jenkins" ] ; then 1|pb1) HOSTS="$HOSTS profitbricks-build1-amd64.debian.net" ;; 2|pb2) HOSTS="$HOSTS profitbricks-build2-i386.debian.net" ;; 3|pb3) HOSTS="$HOSTS profitbricks-build3-amd64.debian.net" ;; + 3+4|pb3+pb4|pb3+4) HOSTS="$HOSTS profitbricks-build3-amd64.debian.net profitbricks-build4-amd64.debian.net" ;; 4|pb4) HOSTS="$HOSTS profitbricks-build4-amd64.debian.net" ;; 5|pb5) HOSTS="$HOSTS profitbricks-build5-amd64.debian.net" ;; 6|pb6) HOSTS="$HOSTS profitbricks-build6-i386.debian.net" ;; |