whoops, order matters, doesn't it?
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good

This commit is contained in:
Joe Stanley 2022-11-06 18:21:23 -08:00
parent 9d7ac10e61
commit 535706027d

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node ('windows') {
// Prep Stage - Clone the Repository and Configure System as Needed. // Prep Stage - Clone the Repository and Configure System as Needed.
stage('Prep') { stage('Prep') {
scm checkout checkout scm
} }
// Build Stage - Run the PyInstaller Steps to Generate an Executable. // Build Stage - Run the PyInstaller Steps to Generate an Executable.