Use port 8180 for Wildfly HTTP

ccm-docs
Jens Pelzetter 2020-08-16 10:42:08 +02:00
parent 81bb9c4c66
commit 401f4a26b3
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 -Dwildfly.port=8180'
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Djboss.http.port=8180 -Djboss.https.port=8443'
}
}
}