We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ca55c commit 193feb3Copy full SHA for 193feb3
Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
44
}
45
stage('Generate User Guide') {
46
steps {
47
- sh './gradlew --no-daemon asciidoctor'
+ sh './gradlew --no-daemon --stacktrace asciidoctor'
48
49
50
stage('Update Website') {
0 commit comments