From 535706027dbd70f23c753145758f6b3fcd4efd57 Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Sun, 6 Nov 2022 18:21:23 -0800 Subject: [PATCH] whoops, order matters, doesn't it? --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e61e8a..04ca2d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node ('windows') { // Prep Stage - Clone the Repository and Configure System as Needed. stage('Prep') { - scm checkout + checkout scm } // Build Stage - Run the PyInstaller Steps to Generate an Executable.