From 83e2fb154a4e89901b57cfca1931167898a2833f Mon Sep 17 00:00:00 2001 From: mbeierl Date: Mon, 30 Jan 2017 12:14:02 -0500 Subject: Make it easier to see what's happening in Jenkins Change-Id: I3ac727faa98c1e87dcd9522c0063ca6b251c62b4 Signed-off-by: mbeierl --- ci/start_job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/start_job.sh') diff --git a/ci/start_job.sh b/ci/start_job.sh index 86b8fc8..1a71735 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -28,7 +28,7 @@ cat << EOF > body.json } EOF -cat body.json +cat body.json 1>&2 curl -s -X POST --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ -- cgit 1.2.3-korg