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 '''