Skip to content

Commit

Permalink
use gradle instead of gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene authored Aug 21, 2018
1 parent 4e0a2e0 commit 8787d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node {

stage('build') {
myGradleContainer.inside("-v ${env.HOME}/.gradle:/home/gradle/.gradle") {
sh 'cd complete && ./gradlew build'
sh 'cd complete && /opt/gradle/bin/gradle build'
}
}

Expand Down

0 comments on commit 8787d42

Please sign in to comment.