diff --git a/Jenkinsfile b/Jenkinsfile index cc28d29..eac5094 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,6 +29,7 @@ pipeline { stage('Create contexts') { steps { sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"' + } } stage('Start secondary container') { steps {