From d7bf75a3f8d407c16c6edcd2a5c83e47e3ab3a5a Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 18 Jul 2019 14:54:32 -0700 Subject: [PATCH] SHIBUI-1281 Attempt at setting the hostname to run the selenium tests ogainst. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 936f73c2c..92240d9a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } steps { sh ''' - ./gradlew integrationTest + ./gradlew integrationTest -Dselenium.host=jenkins ''' } post {