From 46fb9e102099f5ddc6153c48b61b00579be6a997 Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Sun, 4 Sep 2022 20:23:19 -0700 Subject: [PATCH] you mean, you can't read my mind? --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index af2aeab..3c574da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ * Joe Stanley ******************************************************************************/ -node ('master') { +node ('x86-64-build') { // Prep Stage - Clone the Repository and Configure System as Needed. stage('Prep') {