Commit bad228a5 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update Jenkinsfile

parent 828174e2
...@@ -8,7 +8,7 @@ pipeline { ...@@ -8,7 +8,7 @@ pipeline {
maven 'Maven3' maven 'Maven3'
} }
environment { environment {
APP_NAME = "jobseekersvc" APP_NAME = "notificationsvc"
RELEASE = "1.0.0" RELEASE = "1.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