On Wed, Apr 18, 2012 at 4:35 PM, Kasun Gajasinghe <[email protected]> wrote:
> Hi, > > Can I know why isn't any product artifacts created though the builds were > successful? As I see, latest build in Bamboo Products plan (55, 54, 53) > were successful, but the artifacts are not there. [1] > Is this intentional? > Hi Kasun, Here the way we have configured product build is to build each product one after another in a single plan using different jobs. Reasons for following this approach are 1. We need get the build artifacts of the products even though some products builds failed. 2. We need to kill the servers that are not shutdown properly after each product build. (We do not need the all product builds to stop if one product fail. ) So we run each maven job with -fn flag which means fail never and at the end of this plan it will process the test result and determine the status of the build based on that results. (So if there are no integration test failures it will show as success). We can remove this -fn for now till the product builds working. But then after that we will have to put it back. I do not see a proper solution for this until we have products branch isolated from the platform :( thanks, Charith > [1] > http://builder4.us1.wso2.org:8888/bamboo/browse/WSO2CARBON-PRODUCTS-55/artifact > > -- > *Kasun Gajasinghe* > Software Engineer; WSO2 Inc.; http://wso2.com > > , > *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813* > *linked-in: *http://lk.linkedin.com/in/gajasinghe* > * > *blog: **http://blog.kasunbg.org* <http://blog.kasunbg.org> > > * > twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg> > > * > * > > -- Charith Dhanushka Wickramarachchi Software Engineer WSO2 Inc http://wso2.com/ http://wso2.org/ blog http://charithwiki.blogspot.com/ twitter http://twitter.com/charithwiki Mobile : 0776706568
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
