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 }