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