ccm-docs
Jens Pelzetter 2020-08-16 12:18:09 +02:00
parent 756536c5ce
commit 64a7593e05
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stage('Build and Test') { stage('Build and Test') {
steps { steps {
dir('') { dir('') {
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Dwildfly.propertiesFiles=/srv/libreccm-wildfly.properties' sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Dwildfly.propertiesFile=/srv/libreccm-wildfly.properties'
} }
} }
} }