refs #4922 Jenkinsfile: fix protected branches
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
e1be2703e8
commit
aec14f8ebd
|
@ -17,7 +17,8 @@ node {
|
|||
PROTECTED_BRANCH = [
|
||||
'dev',
|
||||
'test',
|
||||
'master'
|
||||
'master',
|
||||
'vue'
|
||||
].contains(env.BRANCH_NAME)
|
||||
|
||||
RUN_BUILD = PROTECTED_BRANCH
|
||||
|
|
Loading…
Reference in New Issue