From 619f7fc2630e5c313c281c22da29ab51647f3aba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2025 22:59:38 -0400 Subject: [PATCH] set up for database --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee912a0..5c23f0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { linuxServiceAccount=creds linuxServiceAccountID=string - productiondatabase_connectionString=creds + productiondatabase_connectionString=credentials("e0e068dd-57e4-4e2b-b6b2-9d9f0d21adeb") targetHost=string } stages {