[DO-1670] add msg files to test env (!96)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/96
Reviewed-by: Vasiliy Chipizhin <vasiliy.chipizhin@avroid.team>
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
This commit is contained in:
Rustam Tagaev
2025-03-06 15:20:27 +03:00
parent 9718c13ee6
commit 357a89bcd4
8 changed files with 11 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ String repositoryName = 'msg-files' // Replace with your Harbor repository name
String k8sAppName = repositoryName
Map envBranch = [
'DEV': 'develop',
// 'TEST': 'test'
'TEST': 'test'
]
String apiUrl = "https://${JENKINS_DOCKER_REGISTRY}/api/v2.0/projects/${projectName}" +
@@ -105,6 +105,7 @@ slaveTemplates.jnlp {
--install ${k8sAppName} ${helmRepoPath} \
--wait
"""
currentBuild.description = "ENV: ${params.ENV} TAG: ${env.APP_VERSION}"
}
}
}

View File

@@ -108,6 +108,7 @@ slaveTemplates.jnlp {
--install ${k8sAppName} ${helmRepoPath} \
--wait
"""
currentBuild.description = "ENV: ${params.ENV} TAG: ${env.APP_VERSION}"
}
}
}