Is it possible to create or tag a Release through a command line utility, or API?
Andre Gusmao (80●26●40)
| asked Jan 15 '15, 12:29 p.m.
edited Jan 15 '15, 12:39 p.m. by Geoffrey Clemm (30.1k●3●30●35)
I'm trying to find a way to create or tag a Release through a command line utility, or API. I've checked the lscm utility, but it looks like it only handles SCM operations. Going though the REST API, I didn't find any resource capable of doing this. I also checked the Java API doc, but couldn't find anything there either.
The goal is to automate the deploy process, which already integrates Jenkins and RTC. However, there is one manual step in the process, which is the creating or tagging a release using the Web UI or Eclipse.
Any thoughts?
Thanks!
|
Accepted answer
It's possible with the Java API, I've done it. Unfortunately I can't share the code right now but here are the basic steps:
Andre Gusmao selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.