Build Engine: Can't check-in code altered by build process
I am using Rational Team Concert (3.0.1) with Jazz Build Engine to support a Continuous Integration and Continuous Delivery model. As a part of our Green Build process I need to deliver the compiled output to a release stream.
I am currently using Post Build Deliver to deliver successful CI builds to the release stream. However I have a significant problem: The Post Build Deliver process does not check-in any changes made to the source by the build process. This is a very necessary step because I need the compiled output of the build process in our release stream. (We can't install the compile software in staging/prod)
Can anyone advise me on how to get this working?
I am currently using Post Build Deliver to deliver successful CI builds to the release stream. However I have a significant problem: The Post Build Deliver process does not check-in any changes made to the source by the build process. This is a very necessary step because I need the compiled output of the build process in our release stream. (We can't install the compile software in staging/prod)
Can anyone advise me on how to get this working?
One answer
I am using Rational Team Concert (3.0.1) with Jazz Build Engine to support a Continuous Integration and Continuous Delivery model. As a part of our Green Build process I need to deliver the compiled output to a release stream.
I am currently using Post Build Deliver to deliver successful CI builds to the release stream. However I have a significant problem: The Post Build Deliver process does not check-in any changes made to the source by the build process. This is a very necessary step because I need the compiled output of the build process in our release stream. (We can't install the compile software in staging/prod)
Can anyone advise me on how to get this working?
Did you ever get this to work? I'm now dealing with this type of situation. My build modifies a header file and I want to deliver that file after the build.