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") } }