Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
fix(AAE-1207): Build preview Notifications Service Docker and Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Feb 13, 2020
1 parent 48682ab commit 0396c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<activiti-cloud-notifications-service-graphql.version>7.1.227</activiti-cloud-notifications-service-graphql.version>
<activiti-cloud-notifications-service-graphql.version>7.1.0-PR-234-7-SNAPSHOT</activiti-cloud-notifications-service-graphql.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 0396c17

Please sign in to comment.