fix contexts

This commit is contained in:
Kameron Kenny 2025-08-08 13:22:45 -04:00
parent 6bebb77cb5
commit b4c360d718
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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'
}