From 08785237d6d95eaa7b9a1b1fc86cf68018ac13af Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:43:13 -0400 Subject: [PATCH] . --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14df59b..6cf4c82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"'