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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -