Jenkins: No longer archive artifacts.

This consume a lot of space on Jenkins and is not needed very often.
If needed we should deploy SNAPSHOTs to nexus.
This commit is contained in:
Johannes Schnatterer
2018-07-11 18:10:29 +02:00
parent 7cfcc48995
commit e15787631c

1
Jenkinsfile vendored
View File

@@ -27,7 +27,6 @@ node() { // No specific label
stage('Build') {
mvn 'clean install -DskipTests -DperformRelease -Dmaven.javadoc.failOnError=false'
archive '**/target/*.jar,**/target/*.zip'
}
stage('Unit Test') {