Add skip tests to deploy stage
This commit is contained in:
parent
d3d25b37ee
commit
c56c33ad86
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -21,7 +21,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn package'
|
sh 'mvn package -Dmaven.test.skip'
|
||||||
archiveArtifacts artifacts: 'target/helloworld*.jar', fingerprint: true
|
archiveArtifacts artifacts: 'target/helloworld*.jar', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue