Skip to content

Commit bff4308

Browse files
committed
Updated build
1 parent 6cd7d6f commit bff4308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pipeline {
22
agent any
33
stages {
4-
stage('package') {
4+
stage('install') {
55
steps {
66
withSonarQubeEnv('SonarCloud') {
77
withMaven(maven: 'M3') {
8-
sh "mvn clean package sonar:sonar -Dsonar.projectKey=vinscom_api-framework -Dsonar.organization=vinscom-github -Dsonar.branch.name=${GIT_BRANCH}"
8+
sh "mvn clean install sonar:sonar -Dsonar.projectKey=vinscom_api-framework -Dsonar.organization=vinscom-github -Dsonar.branch.name=${GIT_BRANCH}"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)