This commit is contained in:
Kameron Kenny 2024-06-25 14:43:13 -04:00
parent 261e959aca
commit 08785237d6
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -14,14 +14,6 @@ pipeline {
}
}
stage("Build Containers and push to registry") {
steps {
script {
sh 'docker compose build --push'
}
}
}
stage('Create contexts') {
steps {
sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"'