This commit is contained in:
thienqb123456
2025-01-15 14:40:30 +07:00
parent 70b7590269
commit f642dec5f5
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
parameters { 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') string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
} }
environment { environment {