summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_nodes_info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_nodes_info.sh')
-rwxr-xr-xbin/reproducible_nodes_info.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index fd5baafd..3f75ac02 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -16,6 +16,12 @@ TMPFILE_SRC=$(mktemp)
TMPFILE_NODE=$(mktemp)
for NODE in $BUILD_NODES ; do
+ if [ "$NODE" = "jenkins.debian.net" ] ; then
+ /srv/jenkins/bin/reproducible_info.sh > $TARGET_DIR/$NODE
+ echo "$(date -u) - $TARGET_DIR/$NODE updated."
+ cat $TARGET_DIR/$NODE
+ continue
+ fi
# call jenkins_master_wrapper.sh so we only need to track different ssh ports in one place
# jenkins_master_wrapper.sh needs NODE_NAME and JOB_NAME
export NODE_NAME=$NODE