Anni S
Anni S

Reputation: 2026

How to get change logs from two repositories configured in Jenkins

My project uses two repositories. I've configured Jenkins to use two repoRepo configuration in Jenkins

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

Answers (2)

Anni S
Anni S

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

Mario Naether
Mario Naether

Reputation: 1162

use the "Advanced" Button an insert name "origin" and RefSpec "+refs/heads/:refs/remotes/origin/" so thats works for me.

Upvotes: 1

Related Questions