From b256a937f2992e98d1a508046b798ff244fa808a Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 17 May 2018 12:21:20 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f49479e8..da00818f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { script { docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") { def baseImg = docker.build("$maintainer/$imagename", "--no-cache .") - sh 'cd test-compose && ./compose/sh' + sh 'cd test-compose && ./compose.sh' baseImg.push("$tag") } }