From c971dafcf8dbc9a36693eb82a7041bda930df961 Mon Sep 17 00:00:00 2001 From: P-A Date: Thu, 2 Apr 2026 22:29:33 +0200 Subject: [PATCH] Port update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 532009b..349fd5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { IMAGE_NAME = "helloworldapp" IMAGE_TAG = "${env.BUILD_NUMBER ?: 'latest'}" - DOCKER_REGISTRY = "192.168.50.221:5000" // replace with your registry e.g. docker.io/yourorg + DOCKER_REGISTRY = "192.168.50.221:45000" // replace with your registry e.g. docker.io/yourorg DOCKER_CREDENTIALS_ID = "dockerhub-credentials" // set this credential in Jenkins }