Use port 8180 for Wildfly

Former-commit-id: d5ac4dc46c
wicket
Jens Pelzetter 2020-08-16 10:38:56 +02:00
parent 131fab6346
commit b5fab613bb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stage('Build and Test') {
steps {
dir('') {
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem'
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Dwildfly.port=8180'
}
}
}