#176 - Polishing.

Remove all-dbs profile.
This commit is contained in:
Mark Paluch
2019-09-05 12:14:43 +02:00
parent 5065d7b588
commit b9afd23528
2 changed files with 1 additions and 72 deletions

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
options { timeout(time: 30, unit: 'MINUTES') }
steps {
sh 'rm -rf ?'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
sh "chown -R 1001:1001 target"
}
}