From 7562d4943b6094696399180d038432ea682dee17 Mon Sep 17 00:00:00 2001 From: apentori Date: Thu, 26 Mar 2026 15:38:36 +0100 Subject: [PATCH] ci: update image name Signed-off-by: apentori --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4015e6..66a95e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { string( name: 'IMAGE_NAME', description: 'Name of the Docker image', - defaultValue: 'bi/status-monitoring', + defaultValue: 'bi/status-bot', ) }