CI: always deploy test result to Jira on master
This commit is contained in:
parent
7ca556a3ca
commit
50ecd6c3b6
1 changed files with 3 additions and 0 deletions
|
@ -774,6 +774,9 @@ deploy_test_result:
|
|||
- deploy_test
|
||||
when: always
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
- schedules
|
||||
variables:
|
||||
- $DEPLOY_TEST_RESULT_TO_JIRA == "Yes"
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue