Add Automation for Build System #15
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user