[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:
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,6 +108,7 @@ slaveTemplates.jnlp {
|
||||
--install ${k8sAppName} ${helmRepoPath} \
|
||||
--wait
|
||||
"""
|
||||
currentBuild.description = "ENV: ${params.ENV} TAG: ${env.APP_VERSION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user