Stages within pipeline should be able to work with separate SCM repositories
I expect to have Build and Deployment stages withing the same pipeline in order to visualize the approval workflow in my organization.
The Build stage and the Deployment stage usually require different sources (application sources and deployment scripts) which can be located in different source control repositories.
Since the Stages work currently with the same repositories defined in the pipeline I have to put my deployment scripts into the same repository where the main application sources are located (or at least check them together out).
-
Agreed. The ability to cherry-pick material checkouts is useful. One feature that we recently implemented that gets us one step closer to that is the fetchMaterials flag. With this, you can tell a stage not to perform checkouts. I understand that this is not quite the use case you need, but we will track your feedback and add it to our backlog.
Please sign in to leave a comment.
Comments
2 comments