From b3ecbd5e26805f878629abccbe17e446f742414d Mon Sep 17 00:00:00 2001 From: work Date: Wed, 5 Feb 2025 14:30:40 +0100 Subject: [PATCH] asdasd --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d970b3ac..c0bb6aa98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage ('Docker build') { steps { script { - sh '/usr/sbin/envShell.sh -t spring-pet-clinic .' + sh '/usr/sbin/envShell.sh build -t spring-pet-clinic .' } }