Skip to content

Commit

Permalink
Errant Quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHoban committed Jul 22, 2019
1 parent 97fb6bc commit 0e86c0a
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 0e86c0a

Please sign in to comment.