We have a python build environment. I would like to be able to perform the following
waf deploy --version=1.3.0
I have already integrated with the Atlassian RESTful API. I am wondering what APIs would be of interest to me.
I would basically like the following to happen:
waf deploy --version=1.3.0 - check 1.3.0 is a valid version in JIRA - release 1.3.0 pending a Bamboo build for the project - wait until the Bamboo build completes - report the success of failure of the release
Atlassian Command Line Interface has actions for this - getVersion and queueBuild (with a wait option):
Or has that gone private now, you're running up a business?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brilliant. Thanks Bob. Do you have the link to the CLI repo on bitbucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, on bitbucket, but private now ;).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.