Thienvv - sửa mặc định môi trường là prod chứ k phải uat
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
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')
|
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
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')
|
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
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')
|
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|||||||
Reference in New Issue
Block a user