Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Post-build action

Hey folks,

I've got scripts that create media from build output, and I'd like to integrate that into RTC.

Is there a way to call a script following a build?  I'd prefer not to modify the ant script, and to have it configured in Jazz.

Thanks much,
Chris

0 votes



One answer

Permanent link
Chris,

similar to https://jazz.net/library/article/1000 you could run a post build script using the process Java API.

However, that script would run in the server context and I don't think you want to do that. You want to really call your script in the build job (also on the build server with access to the files you built) using an ANT command. I think you could use the ANT exec task to achieve that.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Oct 07 '13, 11:44 a.m.

Question was seen: 3,648 times

Last updated: Oct 08 '13, 2:18 a.m.

Confirmation Cancel Confirm