CCM NG: Package only without explicit test

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@6026 8810af33-2d31-482b-a856-94f89814c4df
jensp 2019-05-09 17:29:47 +00:00
parent 00463f0f77
commit 5ac807d8de
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
steps {
dir('') {
// sh 'mvn clean package test -Pwildfly-remote-h2-mem'
sh 'mvn clean package test'
sh 'mvn clean package'
}
}
// post {