An Azure DevOps build extension that will comment on your JIRA tickets for you.
To learn a bit more about the extension and how to use it, check out the overview.
To get up and running, install these dependencies
- tsc global install is required for packaging and publishing a never version of this extension
- nodejs v10 & npm v6 as the pipeline agents support version 10
- tfx-cli for creating and publishing the extension
npm i to install all dependencies
npm t to run all unit tests
To package the extension and prepare it for being published, execute the package.sh script
./buildandreleasetask/scripts/package.shTo publish the packaged extension, execute the publish.sh script, passing in your Personal Access Token
./buildandreleasetask/scripts/publish.sh "${PAT}"where ${PAT} needs to be substituted for your Personal Access Token