oops.
This commit is contained in:
parent
07776fb1f0
commit
3d4151e922
|
@ -30,6 +30,7 @@ pipeline {
|
|||
steps {
|
||||
sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"'
|
||||
}
|
||||
}
|
||||
stage('Start secondary container') {
|
||||
steps {
|
||||
sh 'docker --context pi502 compose up -d --no-color secondary'
|
||||
|
|
Loading…
Reference in New Issue