reverting changes after change set is delivered to stream
We are currently using only one stream in our project. DEV,QA and PROD build are built from the same stream.
Problem: For any issues identified in DEV environment, we would like to drop that change set from QA build but go ahead with all other change sets.
Scenerio 1,
CS1 - file1, file2
CS2- file3 , file4
CS1 failed in dev-testing reversing CS1 is easy as CS1 files are not shared.
Scenerio 2,
CS1 - file1, file2
CS3 - file1, file3, file4
CS1 failed in dev-testing reversing CS1 is requires lot of manual intervention by developer.
Are there any solutions to handle this kind of scenarios?
-Thanks in advance
jay224
Problem: For any issues identified in DEV environment, we would like to drop that change set from QA build but go ahead with all other change sets.
Scenerio 1,
CS1 - file1, file2
CS2- file3 , file4
CS1 failed in dev-testing reversing CS1 is easy as CS1 files are not shared.
Scenerio 2,
CS1 - file1, file2
CS3 - file1, file3, file4
CS1 failed in dev-testing reversing CS1 is requires lot of manual intervention by developer.
Are there any solutions to handle this kind of scenarios?
-Thanks in advance
jay224
One answer
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/149483
It sounds like you want the gap to be handled when discarding CS1 from the stream. You'll want to take a look at the work item link above for progress on gap handling.
For now, you can reverse the change set by right-clicking on it and creating a reverse patch. This will show up in Pending Changes and can be merged into your workspace to be checked in to a change set.
It sounds like you want the gap to be handled when discarding CS1 from the stream. You'll want to take a look at the work item link above for progress on gap handling.
For now, you can reverse the change set by right-clicking on it and creating a reverse patch. This will show up in Pending Changes and can be merged into your workspace to be checked in to a change set.