This commit is contained in:
thienqb123456
2025-01-15 15:11:54 +07:00
parent 1e2a845a27
commit 722580786c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {