Integrate JIRA, TEAMCITY and OCTOPUS

gangadhar pulipelli May 11, 2017

Hi,

We have deployment pipeline which uses the following tools

 

github--->temacity--->octopus

 

I would like to trigger the automation process from JIRA ticket itself. Right now we have trigger set-up in teamcity which monitor the github branch, when user merged the request on production branch the teamcity will start build the application and then call the octopus to deploy. 

 

Can I have a set-up where a user can trigger the build from JIRA ticket itself?

 

Any suggetions will be helpful.

 

Thanks.

 

Gangadhar R P

1 answer

2 votes
Vladimir Omelchenko _cPrime_ September 17, 2018

Hello Gangadhar,

You can try to use "Trigger a Webhook" post function in the workflow and send the needed request to your building tool. Just need to make sure that your tool does provide and API or URL to independently trigger builds using specific URL and if so it should work.

Suggest an answer

Log in or Sign up to answer