[DO-1669] add test env for msg-profiles (!93)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/93
This commit is contained in:
Rustam Tagaev
2025-03-05 15:54:02 +03:00
parent 3aaa84ae73
commit 570d773d31
2 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ String k8sAppName = repositoryName
String pageSize = 100 // maximum number of artifacts to return 100
Map envBranch = [
'DEV': 'develop',
// 'TEST': 'test'
'TEST': 'test'
]
String apiUrl = "https://${JENKINS_DOCKER_REGISTRY}/api/v2.0/projects/${projectName}" +
@@ -106,6 +106,7 @@ slaveTemplates.jnlp {
--install ${k8sAppName} ${helmRepoPath} \
--wait
"""
currentBuild.description = "ENV: ${params.ENV} TAG: ${env.APP_VERSION}"
}
}
}