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: DevOps World 2022: Looking for Jenkins proposals

2022-05-23 Thread Alyssa Tong
Friendly reminder the CFP is closing in 2 days, May 25 - We would love to receive more Jenkins proposals. BR, alyssa On Mon, Apr 25, 2022 at 1:03 PM Alyssa Tong wrote: > I sent this out via community Discourse and thought I'd include it here as > well. > > Hello, > > The Jenkins project will be

Call parallel stages from a loaded file

2022-05-23 Thread chencho m-a
Hi all, I have this piece of code def s def workspace pipeline { agent { label 'build_1804' } stages { stage('load functions') { steps { script{ workspace = env.WORKSPACE node('build_1804') { s = load "${workspace}/regress/Jenkins_extension.