I have a jenkins pipeline project which does the checkout from my github repository as shown below Jenkins pipeline SCM
Any changes updated in my github repository should be reflected in github repository of another account with the same folder strcuture using Jenkins pipeline. Got any ideas on how to proceed with this?
I have attached my pipeline script and the console output in the following images