summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 18:29:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 18:29:04 +0200
commita168e42c231b9e332d9972cce3ad3919163cc5c5 (patch)
treeb76f590786c56484866977a3ab805d186e47c23b /bin/common-functions.sh
parentbddeecf796b6f22e52feed04ee5dceacb637ecca (diff)
downloadjenkins.debian.net-a168e42c231b9e332d9972cce3ad3919163cc5c5.tar.xz
reproducible: add new amd64 build node: profitbricks-build2-amd64.d.n
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 1784c962..b8efa6f6 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -61,7 +61,7 @@ else
fi
if [ -z "$http_proxy" ]; then
case $HOSTNAME in
- jenkins|profitbricks-build1-amd64) export http_proxy="http://localhost:3128" ;;
+ jenkins|profitbricks-build?-amd64) export http_proxy="http://localhost:3128" ;;
bpi0|cbxi4pro0|hb0|wbq0) export http_proxy="http://10.0.0.15:8000/" ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac