From 607a2ad98baf3d83fa9016996387a15079bca4fb Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 9 Sep 2026 13:23:22 +0100 Subject: [PATCH] fix(confidence-engine): use deployment host address in quotes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c829903..3c7ab2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { } environment { - TARGET_HOST = 192.168.68.73 + TARGET_HOST = '192.168.68.73' DEPLOY_DIR = '/opt/confidence-engine' HEALTH_URL = 'http://127.0.0.1:3000/api/health' }