summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_worker.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 15:42:42 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 15:42:42 +0200
commit6a0e0a7f9c3301c96963a323ab1c39936af9b772 (patch)
tree811d67bd887f4539977d607566f32c910d5fa694 /bin/reproducible_worker.sh
parent3986bab031335da16f9043a0b46d18357fcd0c9f (diff)
downloadjenkins.debian.net-6a0e0a7f9c3301c96963a323ab1c39936af9b772.tar.xz
reproducible Debian: really fix links to console(.log)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_worker.sh')
-rwxr-xr-xbin/reproducible_worker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_worker.sh b/bin/reproducible_worker.sh
index a33000e6..a8516bde 100755
--- a/bin/reproducible_worker.sh
+++ b/bin/reproducible_worker.sh
@@ -52,7 +52,7 @@ while true ; do
#
# prepare variables for export
#
- export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$WORKER_NAME/$BUILD_ID
+ export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$WORKER_NAME/$BUILD_ID/
export BUILD_ID=$BUILD_ID
export JOB_NAME="reproducible_builder_$WORKER_NAME"
export
@@ -60,5 +60,5 @@ while true ; do
#
# actually run reproducible_build.sh
#
- /srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1
+ /srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console 2>&1
done