[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

@@ -7,7 +7,7 @@ pipelineJob('Cloud/Deploy/Backend/msg-files-deploy') {
parameters {
choice {
name('ENV')
choices(['DEV'])
choices(['DEV', 'TEST'])
description('Select one of environments')
}
choiceParameter {