Skip to content

Commit

Permalink
Enable debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Jun 20, 2022
1 parent 40b3bc1 commit 9662352
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 @@ -11,7 +11,7 @@ pipeline {
withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) {
echo 'Cleaning Project'
sh 'chmod +x gradlew'
sh './gradlew clean --stacktrace'
sh './gradlew clean --stacktrace --debug'
}
}
}
Expand Down

0 comments on commit 9662352

Please sign in to comment.