We have created multiple Development
streams under Integration
and also have one Deployment
stream.
When the developer will do the changes and any one of the Dev
stream and create the Baseline on Int, it automatically triggers rebase on Deploy
stream, then build and deployment will happen.
The issue here is how do I know which development steam created the baseline when I have one deployment
stream for rebasing against, with many Development
streams for build and deployment.
Is there any command to find the latest baseline created and on which still the rebasing is not happened?