summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_worker.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 15:47:07 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 15:47:07 +0200
commitf0b6650cac91e03f87ab2e842720c059de2c9e46 (patch)
tree98ae4b2cdda86666b302b984caa72c3ed2b8c8e1 /bin/reproducible_worker.sh
parent6a0e0a7f9c3301c96963a323ab1c39936af9b772 (diff)
downloadjenkins.debian.net-f0b6650cac91e03f87ab2e842720c059de2c9e46.tar.xz
reproducible Debian: fix $BUILD_URL
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_worker.sh')
-rwxr-xr-xbin/reproducible_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_worker.sh b/bin/reproducible_worker.sh
index a8516bde..b92606b7 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/reproducible/debian/build_service/$WORKER_NAME/$BUILD_ID/
export BUILD_ID=$BUILD_ID
export JOB_NAME="reproducible_builder_$WORKER_NAME"
export