Skip to content

Commit

Permalink
Print debug and stacktrace messages when updating the website
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored and Andrei94 committed Jun 23, 2018
1 parent 018f3e1 commit af10f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit af10f5a

Please sign in to comment.