I have a repo which has common build scripts. when the pipline triggers is it possible to call another repo in the steps which would help with build and release?
Hi @t1279k ,
It is possible to clone another repo during a Pipelines step. Then, the source code of the repo you cloned will be available during this step.
You will need to set up authentication first, in order to be able to clone another repo.
The following blog post has step by step instructions on how to set up SSH keys, so you can clone another repo during your build:
If you have any questions, please feel free to let me know.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.