This commit is contained in:
thienqb123456
2025-01-15 14:58:49 +07:00
parent f642dec5f5
commit 1e2a845a27
6 changed files with 41 additions and 34 deletions
@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['prod', 'uat', 'beta'], description: 'Choose Environment')
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
}
environment {