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

没有评论:

发表评论