From af10f5a9535bbcdb6a942891226171e7588c1f12 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Wed, 18 Oct 2017 11:40:32 +0200 Subject: [PATCH] Print debug and stacktrace messages when updating the website See https://github.com/ajoberstar/gradle-git-publish/issues/35 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bcdbf9c76c0e..45c405c6b662 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { steps { milestone 2 withCredentials([string(credentialsId: '9f982a37-747d-42bd-abf9-643534f579bd', variable: 'GRGIT_USER')]) { - sh './gradlew --no-daemon gitPublishPush' + sh './gradlew --no-daemon --stacktrace --debug gitPublishPush' } } }