2013年5月30日星期四

Use one Bamboo job to call Maven build and deploy Mule applications

Bamboo normally suggests to generate artifacts in one job and consume the artifacts in the other job. In some case we need just use 1 job to do both, therefore a simple walk around will be use the command line script to directly copy the packaged zip artifacts from designated Maven 'target' locations. In a typical Mvn clean package scenariio, a Bamboo job is configured like:
A. check out codes from Stash (git based)
B. Call Maven builds for the zip artifacts
C. Copy over the code by scripts

2013年5月26日星期日

Billy Yarosh Blog: Grails Demo

Billy Yarosh Blog: Grails Demo: Developing a Grails Web Application Tutorial will : Walk through steps of creating a robust Grails web application. Application name: gr...