From 7130f70aafb4d5371f00e68f753a38a37144f27c Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 21 Nov 2024 00:13:06 -0500 Subject: [PATCH] moloryb i know I went to HS with a girl called "mallory". you can tell i'm L O S T because I'm like "what's she up to these days?" but can't remember anything other than she exists and has that name. Pretty sure black hair? lmao --- scripts/1clickservice.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/1clickservice.groovy b/scripts/1clickservice.groovy index 1ca0f0a..21954ac 100644 --- a/scripts/1clickservice.groovy +++ b/scripts/1clickservice.groovy @@ -11,7 +11,7 @@ pipeline { pw_productiondatabase="" pw_developmentdatabase="" SUDOER=credentials('') //going to be set based on target host - SUDOERSSH=credentials('') + SUDOERSSH=credentials('2c48e1a9-22b2-455c-9959-6b29e86d3fb5') JENKINS=credentials('68391381-e095-4b47-b956-d23055b0808e') } stages { @@ -28,7 +28,8 @@ pipeline { switch (targetHost) { case "alloces.lan": SUDOER=credentials('a674f816-2b35-4d60-ba60-7b66e86f3c5c') - SUDOERSSH=credentials('2c48e1a9-22b2-455c-9959-6b29e86d3fb5') + case "moloryb.lan": + SUDOER=credentials('1f3b965e-bcc0-4074-99f2-b64dddbf7de7') break default: error("target host not recognized. btw: yes .lan, all lowercase.")