Reputation: 2026
My project uses two repositories. I've configured Jenkins to use two repo
However, Jenkins is only log changes from one repo. Any idea how can I setup to take changes from both the repo's. I tried Multiple SCM as well however observed the same behaviour.
Upvotes: 1
Views: 823
Reputation: 2026
Yes, I did the same. Its working for me since long time forgot to update here. thanks. 1st repo - Name: Origin, 2nd repo- Name: Origin1 You can leave RefSpec empty it'll work.
Upvotes: 0
Reputation: 1162
use the "Advanced" Button an insert name "origin" and RefSpec "+refs/heads/:refs/remotes/origin/" so thats works for me.
Upvotes: 1