ant - will build number increase? -
i trying automate build java based project. using svn, jenkins (builds), nexus sonotype(artifact rep.) , websphere(web server). first project , have give poc. management wants me kick off build using jenkins save succesful build artifact nexus build number trying use same artifact deploy qa ad promote same build other successive environments(uta, prod) nexus. ant script used , build number increase if copy same build artifact different environment using ant build script? thank
it's client side tooling set version number being deployed.
for ant, take @ aether ant tasks: https://github.com/eclipse/aether-ant
configure these snapshot deploy nexus. cause new timestamped versions deployed every run of ci job.
Comments
Post a Comment