From f9f1cd4748d2c2d170de55222b54d3476b256db9 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sun, 16 Aug 2020 10:42:33 +0200 Subject: [PATCH] typo Former-commit-id: 55de9bce9ab889f730cf69f24a60c1e67007dbf7 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 420b1e5bc..868248da0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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=8443' + sh 'mvn clean verify -Prun-its-with-wildfly-h2mem -Djboss.http.port=8180 -Djboss.https.port=8543' } } }