mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-05 13:46:37 +02:00
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:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user