I have two git repositories, one was forked from the other.
I would like a Jenkins server to pull from repository A, build it and if everything builds successfully it should push it to repository B.
The problem is that having multiple SCMs in Jenkins require to checkout them both.