CCM NG: Test enabled in JenkinsFile

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@6025 8810af33-2d31-482b-a856-94f89814c4df
jensp 2019-05-09 17:15:58 +00:00
parent 5a80de8926
commit 00463f0f77
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 -DskipTests'
sh 'mvn clean package test'
}
}
// post {