From f168400791419d0bf3404b4832ecd742c8157c2f Mon Sep 17 00:00:00 2001 From: Kameron Kenny - pi501 Date: Mon, 22 Apr 2024 21:56:23 -0400 Subject: [PATCH] new label --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e6f230d..3a940df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,9 @@ pipeline { } stage("Build Containers and push to registry") { - sh 'docker compose build --push' + steps { + sh 'docker compose build --push' + } } stage('Start primary container') {