adrian-soomro / jira-commenter

AzDo build extension that comments on your JIRA tickets.
GNU General Public License v3.0
1 stars 1 forks source link

Description

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.

Prerequisites

To get up and running, install these dependencies

Install npm dependencies

npm i to install all dependencies

Run Unit tests

npm t to run all unit tests

Packaging

To package the extension and prepare it for being published, execute the package.sh script

./buildandreleasetask/scripts/package.sh

Publishing

To 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