ci: refs #6695 update Jenkinsfile to remove echo statement for TARGET_BRANCH
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ddbae9a13d
commit
9d5e04a8ae
|
@ -21,7 +21,7 @@ node {
|
|||
]
|
||||
|
||||
TARGET_BRANCH = PROTECTED_BRANCH.contains(env.CHANGE_TARGET) ? env.CHANGE_TARGET : "dev"
|
||||
echo TARGET_BRANCH
|
||||
|
||||
IS_PROTECTED_BRANCH = PROTECTED_BRANCH.contains(env.BRANCH_NAME)
|
||||
IS_LATEST = ['master', 'main'].contains(env.BRANCH_NAME)
|
||||
|
||||
|
|
Loading…
Reference in New Issue