thienvv
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user