Thienvv -

This commit is contained in:
thienqb123456
2025-03-04 11:47:28 +07:00
parent b4832fdb97
commit bdcdbf0c2f
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
choice(name: 'ENV', choices: ['prod', 'uat', 'beta'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['uat', 'beta'], description: 'Choose Environment')
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
}
environment {