contexts
This commit is contained in:
parent
336b2b4d83
commit
22d231b9c1
|
@ -28,8 +28,8 @@ pipeline {
|
|||
}
|
||||
stage('Start secondary container') {
|
||||
steps {
|
||||
sh 'DOCKER_HOST="ssh://jenkins@pi502.in.thelinuxpro.net" docker compose up -d --no-color secondary'
|
||||
sh 'DOCKER_HOST="ssh://jenkins@pi502.in.thelinuxpro.net" docker compose ps'
|
||||
sh 'docker --context pi502 compose up -d --no-color secondary'
|
||||
sh 'docker --context pi502 compose ps'
|
||||
}
|
||||
}
|
||||
stage('test primary dns') {
|
||||
|
|
Loading…
Reference in New Issue