This commit is contained in:
Kameron Kenny 2024-05-13 09:23:10 -04:00
parent 336b2b4d83
commit 22d231b9c1
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -28,8 +28,8 @@ pipeline {
} }
stage('Start secondary container') { stage('Start secondary container') {
steps { steps {
sh 'DOCKER_HOST="ssh://jenkins@pi502.in.thelinuxpro.net" docker compose up -d --no-color secondary' sh 'docker --context pi502 compose up -d --no-color secondary'
sh 'DOCKER_HOST="ssh://jenkins@pi502.in.thelinuxpro.net" docker compose ps' sh 'docker --context pi502 compose ps'
} }
} }
stage('test primary dns') { stage('test primary dns') {