Thienvv -
This commit is contained in:
@@ -114,7 +114,7 @@ pipeline {
|
||||
script {
|
||||
try {
|
||||
def buildResult = build job: "${TRIGGER_JOB_NAME}", parameters:[
|
||||
string(name: 'ENV', value: 'uat'),
|
||||
string(name: 'ENV', value: params.ENV),
|
||||
string(name: 'CI_JOB_BUILD_NUMBER', value: env.BUILD_NUMBER)
|
||||
],
|
||||
propagate: false
|
||||
|
||||
Reference in New Issue
Block a user