in my job I just checkedout code from SVN ,then compile it and deploy it in server. it successfully deploy the war file in server,but cannot find the Artifacts(war) for each build.
I created a Artifacts defination where I mentiond
Name : Project_Name_war
Location : ${bambooHome}/artifacts/SVA-SATH/PWDMGMT
Copy Pattren : *.war
but its not working,it says file not found.
please help.Its urgent
try to use "Relative Path" instead of "Absolute Path"
Hi,
I am stuck with a similar problem, can you please share the solution that worked for you ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The artifact used in artifact definition must be located in the build working directory. If you want to use artifacts from elsewhere, you need to copy or symlink them in the build working directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks a lot...
can you please give me an example....
I checkedout code in a folder call "portlet" which is my build working directory and its defined in "bamboo.cfg.cml" file.
Each project creates each diiferent folder e.g. "SVA-GRPMGMT"
and all folder contain project code
so where should i define my location in artifact defination for "SVA-GRPMGMT".
please help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.