parent
f9f1cd4748
commit
70e62f467d
|
|
@ -7,7 +7,7 @@ pipeline {
|
|||
stage('Build and Test') {
|
||||
steps {
|
||||
dir('') {
|
||||
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Djboss.http.port=8180 -Djboss.https.port=8543'
|
||||
sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Dwildfly.propertiesFiles=/srv/libreccm-wildfly.properties'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue