From 7fde3e2d40eb43f8ff976f53900ac51dc993fb6c Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Tue, 21 Jan 2020 17:23:27 -0800 Subject: [PATCH] fix(AAE-1207): Build preview Notifications Service Docker and Helm chart --- Jenkinsfile | 3 +-- pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0eaaa8b..c913978 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,7 @@ pipeline { branch "PR-*" } environment { - PROJECT_VERSION = maven_project_version() - VERSION = "$PROJECT_VERSION".replaceAll("SNAPSHOT","$BRANCH_NAME-$BUILD_NUMBER-SNAPSHOT") + VERSION = maven_project_version().replaceAll("SNAPSHOT","$BRANCH_NAME-$BUILD_NUMBER-SNAPSHOT") PREVIEW_NAMESPACE = "$APP_NAME-$BRANCH_NAME".toLowerCase() HELM_RELEASE = "$PREVIEW_NAMESPACE".toLowerCase() } diff --git a/pom.xml b/pom.xml index 2f1a1bb..5ca9d73 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ HEAD - 7.1.230 + 7.1.0-PR-234-7-SNAPSHOT