Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimatat authored Aug 13, 2023
1 parent 34bc672 commit e00c1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
stages{
stage('CompileandRunSonarAnalysis') {
steps {
sh 'mvn clean verify sonar:sonar -Dsonar.projectKey=asgbuggywebapp -Dsonar.organization=asgbuggywebapp -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=932558e169d66a8f1d1adf470b908a46156f5844'
sh 'mvn clean verify sonar:sonar -Dsonar.projectKey=asgbuggywebapp3 -Dsonar.organization=asgbuggywebapp3 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=e2264ce46188d03a5b8e0904dec9a806ec14ccee'
}
}

Expand All @@ -18,4 +18,4 @@ pipeline {
}
}
}
}
}

0 comments on commit e00c1e3

Please sign in to comment.