svn - Bamboo Unable to publish artifact -


i have question artifacts configuration; i'm working automatic build using code source files svn.

rq: tasks used in bamboo dos scripts.

after successful build, configured artifacts putting /*.bin in copy pattern field.

the generated file (bin file) located under workspace (c:\workspace\bin) that's why modified bamboo.artifacts.directory in bamboo.cfg.xml file by: "c:\workspace", , putted "bin" under location in bamboo artifact definition;

however, after correctly building project, found in log file following line: "unable publish artifact [xxxxxx]: null" , there no generated artifact.

could me please !!

most issue either permissions or bamboo doesn't have write access directory outside of bamboo workspace. remember running user run bamboo service as. workspace (where code) , bamboo's workspace (where build happens) 2 different things. better off using default config puts bamboo shared artifacts in bamboo workspace artifact storage, , inserting simple script copy them whereever want them afterwards.

other common problems include not defining artifact correctly either fat fingering name or path, or not specifying correct location/name of artifact.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -