Skip to content

Commit

Permalink
Removing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHoban committed Jul 22, 2019
1 parent 0e86c0a commit d5c6256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ try {
}

stage("Quality Scan"){
sh "mvn sonar:sonar -Dsonar.host.url= ${SONAR_URL} -Dsonar.login=${SONAR_TOKEN}"
sh "mvn sonar:sonar -Dsonar.host.url=${SONAR_URL} -Dsonar.login=${SONAR_TOKEN}"
}

stage("Build JARs") {
Expand Down

0 comments on commit d5c6256

Please sign in to comment.