Skip to content

Commit

Permalink
debug jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshiry committed Aug 30, 2021
1 parent 78ded13 commit 47bc608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ node {
// test the project
stage('run tests') {

sh 'java -version'

gradle('--refresh-dependencies clean spotlessCheck pmdMain pmdTest spotbugsMain ' +
'spotbugsTest test jacocoTestReport jacocoTestCoverageVerification', projectName)

Expand Down

0 comments on commit 47bc608

Please sign in to comment.