Use port 8180 for Wildfly HTTP
parent
d5ac4dc46c
commit
a20aee494c
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue