Use port 8180 for Wildfly
parent
b8f68c83af
commit
81bb9c4c66
|
|
@ -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'
|
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Dwildfly.port=8180'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue