From b4c360d7188c26384aca60140fb1f33aa75c0175 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Fri, 8 Aug 2025 13:22:45 -0400 Subject: [PATCH] fix contexts --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3191763..b8ae930 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ pipeline { if (status != 0) { sh 'docker --context pi502 compose up -d' - sh 'docker --context pi502 ps + sh 'docker --context pi502 ps' } else { echo 'skip' } @@ -127,7 +127,7 @@ pipeline { if (status != 0) { sh 'docker --context pi503 compose up -d' - sh 'docker --context pi503 ps + sh 'docker --context pi503 ps' } else { echo 'skip' }