Jens Pelzetter 2020-08-16 10:42:33 +02:00
parent a20aee494c
commit 55de9bce9a
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 -Djboss.http.port=8180 -Djboss.https.port=8443' sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Djboss.http.port=8180 -Djboss.https.port=8543'
} }
} }
} }