Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Whenever a new checkin occurs to DSpace SVNGitHub, DuraSpace's Bamboo will check out the project and attempt to build and unit test it, logging the success or failure of the build & testthe entire project and log whether it succeeded or failed. If it succeeds, the build artifacts (jar files, war files) will be saved for a period of time.

...

Configuration

DSpace 1.x

  • Bamboo polls several locations in DSpace SVNthe main DSpace/DSpace GitHub project: https://github.com/DSpace/DSpaceImage Added
  • Maven 2.2.1 is used to build the projects
  • The Maven command used is
    Code Block
    clean test -Paddons
  • Java 1.6 is used
  • Build reports send emails to 'dspace-changelog' listserv on each failure, and on the first successful build after a failure.