Re: Jobs with a wildcard tag refspec sometimes rebuild tags at same commit

2020-01-03 Thread Mark Waite
On Fri, Jan 3, 2020 at 2:51 PM Eric Pierson wrote: > I am troubleshooting a scenario where jobs with a wildcard tag refspec > (+refs/tags/*:refs/remotes/origin/tags/*) sometimes detect changes and > rebuild a successfully built tag referencing the same commit. > > When a rerun occurs, prior job r

Jobs with a wildcard tag refspec sometimes rebuild tags at same commit

2020-01-03 Thread Eric Pierson
I am troubleshooting a scenario where jobs with a wildcard tag refspec (+refs/tags/*:refs/remotes/origin/tags/*) sometimes detect changes and rebuild a successfully built tag referencing the same commit. When a rerun occurs, prior job runs for the tag are no longer present in the Git Build Hi

Re: withMaven step not working with altDeploymentRepository when jenkins job parameters are specified?

2020-01-03 Thread Lee Meador
I might try putting quotes around the value of the defined property as in: bat "mvn -V -U -DaltDeploymentRepository=\"${deploymentRepository}\"" On Thu, Jan 2, 2020 at 11:15 PM John Citizen wrote: > I am trying to use the the withMaven step in a jenkins pipeline to deploy > to a specified repos