Commit 36b4a6d0 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update Jenkinsfile

parent f8b1335f
...@@ -9,7 +9,7 @@ pipeline { ...@@ -9,7 +9,7 @@ pipeline {
} }
environment { environment {
APP_NAME = "notificationsvc" APP_NAME = "notificationsvc"
RELEASE = "1.0.0" RELEASE = "2.0.0"
DOCKER_REGISTRY_URL = "http://172.29.3.41:5000" DOCKER_REGISTRY_URL = "http://172.29.3.41:5000"
IMAGE_NAME = "172.29.3.41:5000/${APP_NAME}:${RELEASE}.${BUILD_NUMBER}" IMAGE_NAME = "172.29.3.41:5000/${APP_NAME}:${RELEASE}.${BUILD_NUMBER}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment