CCM NG: Package only without explicit test

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

2
Jenkinsfile vendored
View File

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