removed maven install
This commit is contained in:
parent
3c75ef8829
commit
3d192ff7ae
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -20,7 +20,7 @@ node {
|
|||
}
|
||||
|
||||
stage('Package') {
|
||||
sh 'mvn -DskipStatic -DskipTests install'
|
||||
sh 'mvn -DskipStatic -DskipTests package'
|
||||
|
||||
// Tag artifact
|
||||
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'f8e5f6c6-4adb-4ab2-bb5d-1c8535dff491',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue