[DO-1669] add_test_env_msg_profiles (!95)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/95
This commit is contained in:
Rustam Tagaev
2025-03-05 18:15:23 +03:00
parent ab8f27cc95
commit 9718c13ee6

View File

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