Add Automation for Build System #15

Merged
engineerjoe440 merged 8 commits from dev/build-system-enhancements into main 2022-11-07 03:10:58 +00:00
Showing only changes of commit 46fb9e1020 - Show all commits

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@
* Joe Stanley
******************************************************************************/
node ('master') {
node ('x86-64-build') {
// Prep Stage - Clone the Repository and Configure System as Needed.
stage('Prep') {