fix contexts
This commit is contained in:
parent
6bebb77cb5
commit
b4c360d718
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue