We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd7d6f commit bff4308Copy full SHA for bff4308
Jenkinsfile
@@ -1,11 +1,11 @@
1
pipeline {
2
agent any
3
stages {
4
- stage('package') {
+ stage('install') {
5
steps {
6
withSonarQubeEnv('SonarCloud') {
7
withMaven(maven: 'M3') {
8
- sh "mvn clean package sonar:sonar -Dsonar.projectKey=vinscom_api-framework -Dsonar.organization=vinscom-github -Dsonar.branch.name=${GIT_BRANCH}"
+ sh "mvn clean install sonar:sonar -Dsonar.projectKey=vinscom_api-framework -Dsonar.organization=vinscom-github -Dsonar.branch.name=${GIT_BRANCH}"
9
}
10
11
0 commit comments