Git Source Code Management Oddity

2022-05-19 Thread eric....@gmail.com
OK, I've been having some major issues with Git source code management in Jenkins. So I have several repositories I pull from to do builds. I use my same credentials to pull from each. If the pull succeeds, I push a tag at it. I was noticing certain tags were failing saying it already existe

Re: Git Source Code Management Oddity

2022-05-19 Thread Mark Waite
On Thursday, May 19, 2022 at 8:42:29 AM UTC-6 Eric Fetzer wrote: > OK, I've been having some major issues with Git source code management in > Jenkins. So I have several repositories I pull from to do builds. I use > my same credentials to pull from each. If the pull succeeds, I push a tag

Re: Git Source Code Management Oddity

2022-05-23 Thread eric....@gmail.com
It handles checkout from multiple repositories and pushes tags to each. The only issue is that it seems to see tags in other repositories when it should only see the tags in the repository in question. If the tag exists in ANY of the repositories I build for, this will be the error: using cre

Re: Git Source Code Management Oddity

2022-05-23 Thread eric....@gmail.com
Also note that I AM using the "with credentials" from the plugin. On Thursday, May 19, 2022 at 8:56:30 AM UTC-6 Mark Waite wrote: > On Thursday, May 19, 2022 at 8:42:29 AM UTC-6 Eric Fetzer wrote: > >> OK, I've been having some major issues with Git source code management in >> Jenkins. So I ha

Re: Git Source Code Management Oddity

2022-05-24 Thread Mark Waite
On Monday, May 23, 2022 at 11:57:28 AM UTC-6 Eric wrote: > Also note that I AM using the "with credentials" from the plugin. > > I don't understand that statement. If you're using the `withCredentials` wrapper in a Pipeline, then you don't need to use the thing that the git plugin calls the "G