diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-12 14:54:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-12 14:54:51 +0200 |
commit | 82fca1a61abb59096650f25934b7c53761dd171b (patch) | |
tree | 7812325c74443397171dfb9f6956d6a830fa609a | |
parent | 5f82515b8137958fedc2939d070fd46feac28871 (diff) | |
download | jenkins.debian.net-82fca1a61abb59096650f25934b7c53761dd171b.tar.xz |
abort.sh: include export output for debugging
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/abort.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/abort.sh b/bin/abort.sh index cb254864..959f7eac 100755 --- a/bin/abort.sh +++ b/bin/abort.sh @@ -1,5 +1,6 @@ #!/bin/bash +export TMPFILE=$(mktemp) curl https://jenkins.debian.net/jnlpJars/jenkins-cli.jar -o $TMPFILE java -jar $TMPFILE -s http://localhost:8080/ set-build-result aborted |