From 1a08ef36e0f793355b3d445d7e5bc98e6586e4f4 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 6 Jan 2014 20:02:53 -0700 Subject: [PATCH] jenkins: write trace output to STDOUT Add shell command tracing to the Jenkins build task. Signed-off-by: Ken Dreyer --- scripts/jenkins-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/jenkins-build b/scripts/jenkins-build index c182491..343c70f 100755 --- a/scripts/jenkins-build +++ b/scripts/jenkins-build @@ -3,6 +3,8 @@ # This is the script that runs inside Jenkins. # http://jenkins.ceph.com/job/ceph-deploy/ +set -x + #export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/ export KEYID=17ED316D -- 2.47.3