Thienvv - sua cd backend2

This commit is contained in:
thienqb123456
2025-03-05 18:39:50 +07:00
parent 35a3d78ef1
commit 5ad8047ce4
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
choice(name: 'ENV', choices: ['uat', 'beta'], description: 'Choose Environment')
choice(name: 'ENV', choices: ['uat', 'production'], description: 'Choose Environment')
choice(name: 'PORTAL_NAME', choices: ['ktdt', 'hnt'], description: 'Choose Portal')
string(name: 'CI_JOB_BUILD_NUMBER', defaultValue: '', description: 'Build number of CI Job')
}