How to create a jenkins pipeline from different repos with continous stages.
Hello @sjcsvu and welcome to this community .
If I understand correctly, you want to checkout and build sources from various repositories in the same pipeline, am I right?
What about using the SCM Step from workflow-scm-steps?