Thienvv - sửa mặc định môi trường là prod chứ k phải uat

This commit is contained in:
thienqb123456
2024-12-30 18:05:19 +07:00
parent f14564b2c2
commit 1ed1243ccd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
choice(name: 'ENV', choices: ['uat', 'prod'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['prod', 'uat'], 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: ['uat', 'prod'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['prod', 'uat'], 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: ['uat', 'prod'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['prod', 'uat'], description: 'Choose Environment')
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
}
environment {