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

Changes made during build are not included in automatic created snapshot

 Hello

We are making changes of files in build workspace during a RTC build and then send to the stream, but the snapshot of the code being compiled is taken before the build finished. Is there a vway to change the creation of the snapshot after everything is ok?. There is a property saying Enable post-build deliver only if no error, if the snapshop is created before how can the bulid process know that snapshot needs to be taken?

Thanks!!

Amaury

0 votes



One answer

Permanent link
As far as I know, if you manipulate the data you build (the build input), you are basically on your own. A usual build assumes that the repository workspace loaded is the input data that does not change and that all other data is generated and not under SCM. I am aware that some companies do it differently, but it has always been risky business. You don't check in object and exe files for the very same reason.

So you will have to create build scripting e.g. using the SCM command line to check in the data, deliver the changes to the source to the stream and create a snapshot at the end of the build as well. You will have to try to replace the snapshot on the build result as well, I think that picks up the one it generates itself.

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
× 7,495
× 6,121
× 382

Question asked: Apr 07 '16, 6:18 a.m.

Question was seen: 3,072 times

Last updated: Apr 13 '16, 5:43 a.m.

Confirmation Cancel Confirm