mirror of https://github.com/apache/activemq.git
[NO-JIRA] Jenkinsfile syntax fix for sonar
This commit is contained in:
parent
8df46ca989
commit
7a86e85f3d
|
@ -162,7 +162,7 @@ pipeline {
|
|||
when { expression { return params.sonarEnabled } }
|
||||
|
||||
steps {
|
||||
withCredentials([string(credentialsId: 'SONARCLOUD_TOKEN', variable: 'SONAR_TOKEN')]) {
|
||||
withCredentials([string(credentialsId: 'SONARCLOUD_TOKEN', variable: 'SONAR_TOKEN')])
|
||||
sh 'echo "Running the Sonar stage"'
|
||||
sh 'mvn -B -e -fae clean verify sonar:sonar -Dsonar.projectKey=apache_activemq -Dsonar.organization=apache -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONAR_TOKEN} -Dsurefire.rerunFailingTestsCount=3'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue