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.