This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testing a Merge Request title begins with a valid JIRA issue id | |
# Requirements on (*nix) host: | |
# - curl used for downloading information from JIRA | |
# - jq used for parsing JSON content from JIRA | |
stages: | |
- check | |
variables: | |
JIRA_HEADER: "Accept: application/json" |