Skip to content

Commit 193feb3

Browse files
committed
Emit stacktrace when generating the user guide
1 parent 35ca55c commit 193feb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
}
4545
stage('Generate User Guide') {
4646
steps {
47-
sh './gradlew --no-daemon asciidoctor'
47+
sh './gradlew --no-daemon --stacktrace asciidoctor'
4848
}
4949
}
5050
stage('Update Website') {

0 commit comments

Comments
 (0)