From 5f81ccd79a3736f6a31dad2578588783f2f8f19b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2025 22:59:38 -0400 Subject: [PATCH] linux account, service host --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c23f0a..13e9e47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,10 @@ pipeline { agent any environment { - linuxServiceAccount=creds - linuxServiceAccountID=string + linuxServiceAccount=credentials("4df4b92c-51a1-4dc8-b4a9-1872dfbc8c84") + linuxServiceAccountID="ddabe41d-5d69-4c7e-a2b2-79396716a0ad" productiondatabase_connectionString=credentials("e0e068dd-57e4-4e2b-b6b2-9d9f0d21adeb") - targetHost=string + targetHost="alloces.lan" } stages { stage('build'){