summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_master_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jenkins_master_wrapper.sh')
-rwxr-xr-xbin/jenkins_master_wrapper.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 0eb61b77..0b60c8e3 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -2,6 +2,14 @@
set -u
set -e
+
+# don't try to run on test system
+if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
+ echo "$(date -u) - running on $HOSTNAME, exiting successfully and cleanly immediatly."
+ exit 0
+fi
+
+# real start
PARAMS="$JOB_NAME"
# these nodes also need to be listed in bin/reproducible_common.sh where they define $BUILD_NODES