branch conflict in Git Plugin

2021-03-21 Thread 'YONGXIANG GAO' via Jenkins Users
I have a jenkins job to run builds against multiple repositories (one repo for each build). And from time to time, we see git tries to checkout revision from some old repository. We already use "Wipe out repository & force clone" Do you know how can we do to fix it? The partial groovy script of t

Re: job migration issues

2021-03-21 Thread 'Fritz Elfert' via Jenkins Users
Most likely, you have some plugins missing on the destination jenkins. To find out, if some build step is provided by a plugin, on the old jenkins, open the job configuration, find the step that is missing on the destination and click on the help button at the right side (hopefully it has one).