diff --git a/Jenkinsfile b/Jenkinsfile index 217635e..3df4a6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } stage('Deploy') { steps { - sh 'mvn package' + sh 'mvn package -Dmaven.test.skip' archiveArtifacts artifacts: 'target/helloworld*.jar', fingerprint: true } }