From 95c277d7dfce12db172cf4612c75ab1b7d048340 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 13 Apr 2026 10:56:49 +0000 Subject: [PATCH] Update Dockerpipelinejenkins --- DockerPipelinePluginJenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerPipelinePluginJenkinsfile b/DockerPipelinePluginJenkinsfile index 7997fd8..c4be554 100644 --- a/DockerPipelinePluginJenkinsfile +++ b/DockerPipelinePluginJenkinsfile @@ -9,7 +9,7 @@ pipeline { } environment { DOCKER_HUB_USER='guillemhs' - IMAGE_NAME="${DOCKER_HUB_USER}/the-example-app-20260302" + IMAGE_NAME="${DOCKER_HUB_USER}/the-example-app-20260413" REGISTRY_CRED_ID='docker-credentials' } stages {