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

Addresses #6 by moving state to file #9

Closed eddiewebb closed 5 years ago

eddiewebb commented 5 years ago

Checklist

Motivation, issues

Fix issue #6 to be more portable and not depend on fickle environment tricks.

Description

Save state to a file (parameter defaults to workdir file) that is read by publish job before generating the json payload.

eddiewebb commented 5 years ago

I was able to recreate this using alpine.

recreated in https://circleci.com/bb/eddiewebb/jira-orb-demo/35

fixed with dev version from #9 https://circleci.com/bb/eddiewebb/jira-orb-demo/39

So the move to file is passing and fixes alpine.