From 334f9990affa35e6020f15496026054090122777 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:59:48 -0400 Subject: [PATCH] update pull --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 90762b2..340a71b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,8 @@ pipeline { steps { script { //#def status_s = sh(returnStatus: true, script: 'grep $(docker --context pi502 compose ps | tail -n1 | awk \'{ print $2 }\') docker-compose.yml') - sh 'docker --context pi502 compose pull photos_kameronkenny_com_web' + sh 'docker --context pi502 pull docker-reigstry1.in.thelinuxpro.net:5000/sites/photos_kameronkenny_com_web:latest' + sh 'docker --context pi502 compose pull photos_kameronkenny_com_web:latest' //if (status_s != 0) { // sh 'docker --context pi502 compose up -d'