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
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
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