From 462fc058908c85f58a2d3cb00374370a7094651d Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 25 Dec 2024 02:06:09 -0700 Subject: [PATCH] Consolidate build steps --- Jenkinsfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c3b929e..e16f6f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } stages { - stage ("Build Prep") { + stage ("Build & Archive") { agent { label 'linux' } @@ -22,17 +22,6 @@ pipeline { update_vs_dotgame chmod +x build.sh - ''' - } - } - stage ("Build & Archive") { - agent { - label 'linux' - } - - steps { - sh ''' - #!/bin/bash ./build.sh '''