Skip to content
Snippets Groups Projects
Commit ce3ba14d authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4717 OZG-5080 Use env.BUILD_NUMBER

parent 8fe59455
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ pipeline { ...@@ -13,6 +13,7 @@ pipeline {
IMAGE_TAG = generateImageTag() IMAGE_TAG = generateImageTag()
HELM_CHART_VERSION = generateHelmChartVersion() HELM_CHART_VERSION = generateHelmChartVersion()
BUILD_PROFILE = getBuildProfile() BUILD_PROFILE = getBuildProfile()
BUILD_NUMBER = env.BUILD_NUMBER
} }
options { options {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment