Port update

This commit is contained in:
P-A
2026-04-02 22:29:33 +02:00
parent 33d94aca01
commit c971dafcf8

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
environment { environment {
IMAGE_NAME = "helloworldapp" IMAGE_NAME = "helloworldapp"
IMAGE_TAG = "${env.BUILD_NUMBER ?: 'latest'}" 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 DOCKER_CREDENTIALS_ID = "dockerhub-credentials" // set this credential in Jenkins
} }