It's all about the answers!

Ask a question

Do the have an ant task equivalent of the "Create a release to associate with this build"?


Chris Graham (367714) | asked Dec 15 '15, 10:44 p.m.
I would love to add this capability into my maven build when performing a release.

If not, do I simply open an Enhancement request?

Accepted answer


permanent link
Ralph Schoon (62.0k33643) | answered Dec 16 '15, 3:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not aware of any kind of ant task - I checked - or other command line capability to do this. I am pretty sure you could create a Plain Java Client Library tool that creates the release and sets the build result to be a release. I don't have an example for this, but you could look into https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/ for some clues about the build API.

You can create an enhancement here: https://www.ibm.com/developerworks/rfe/
Chris Graham selected this answer as the correct answer

Your answer


Register or to post your answer.