CI: always deploy test result to Jira on master

This commit is contained in:
He Yin Ling
2019-04-21 13:14:28 +08:00
parent 7ca556a3ca
commit 50ecd6c3b6

View File

@ -774,6 +774,9 @@ deploy_test_result:
- deploy_test - deploy_test
when: always when: always
only: only:
refs:
- master
- schedules
variables: variables:
- $DEPLOY_TEST_RESULT_TO_JIRA == "Yes" - $DEPLOY_TEST_RESULT_TO_JIRA == "Yes"
artifacts: artifacts: