Uploading war file to Nexus using jenkins job
问题 I have a zip file which contains version like this xxx_1.2.3.zip now i created one jenkins job which will run and upload the zip in nexus using build.xml . My question is i want to unzip and find the war file and want to upload zip and war file to nexus .i am able to do using below code but it is not storing the war file with its original name artifact id and group id.Zip contains yyy.war .when i stores to nexus it should upload like yyy_1.2.3.war.But is is storing as xxx-jenkins build number