From 506c5efa683720a815b1c5d540a24c45b1de4e2d Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <cpomeroy@zombie-surface.localdomain>
Date: Fri, 19 May 2023 18:42:58 +0000
Subject: [PATCH] Removing test build info

---
 Jenkinsfile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a912359..60d4c0d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,6 @@
 def customImage
 def discordUrl = "https://discordapp.com/api/webhooks/764667082272145418/vorf2JdFG47WAmQP3yZhgHH12wW_qUXG0bS0SG8INLYVwU0HcDFajq9doaDgi_hnI00-"
+def scmvars
 
 
 pipeline{
@@ -34,12 +35,13 @@
         }
         stage('Push Image'){
            steps{
-               script{
+                input 'Proceed with push'
+                script{
                     docker.withRegistry('https://dev-reg.darkurthe.net'){
                         customImage.push()
                         customImage.push("latest")
                     }
-               }
+                }
             }
             post{
                 failure {

--
Gitblit v1.10.0