From 11baa6e5432d6c9d3eb94850a7cf91b0a2975a10 Mon Sep 17 00:00:00 2001 From: stsurankov <149601670+stsurankov@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:34:29 +0200 Subject: [PATCH] Added DD_VERSION label to k8s manifests for datadog --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index d279f45..59962aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -134,6 +134,7 @@ pipeline { script { Slack.slackSendDeployment(this, [status: 'start']) Kubectl.showClusterInfo(this, env.KUBECTL_CONTEXT) + Utility.replaceStringInFile(this, 'APP_VERSION', env.DOCKER_IMAGE_TAG, "${BUILD_CODE_SUB_DIR}/kustomize/overlays/${DEPLOYMENT_ENVIRONMENT}/deployment.yaml") Kustomize.deployKustomize( this, [ kubectlContext : env.KUBECTL_CONTEXT,