CircleCI-Public / jira-connect-orb

Display the status of CircleCI workflows and deployments in Jira!
https://circleci.com/orbs/registry/orb/circleci/jira
MIT License
25 stars 27 forks source link

Install jq if not available #11

Closed iynere closed 5 years ago

iynere commented 5 years ago

https://github.com/CircleCI-Public/jira-connect-orb/issues/10

we install jq by default in our images, but other images may not have it. the jq orb already does a check to see if it needs to do anything, so we can just run jq/install every time before moving on to the jira logic