All Projects → Accenture → adop-cartridge-java

Accenture / adop-cartridge-java

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

groovy
2714 projects
shell
77523 projects

Projects that are alternatives of or similar to adop-cartridge-java

adop-gerrit
No description or website provided.
Stars: ✭ 45 (-22.41%)
Mutual labels:  adop

Build Status

What is Cartridge?

A Cartridge is a set of resources that are loaded into the Platform for a particular project. They may contain anything from a simple reference implementation for a technology to a set of best practice examples for building, deploying, and managing a technology stack that can be used by a project.

This cartridge consists of source code repositories and jenkins jobs.

Prerequisites

Source code repositories

Cartridge loads the source code repositories

Jenkins Jobs

This cartridge generates the jenkins jobs and pipeline views to -

  • Provision the environment.
  • Build the source code from sprint petclinic repository.
  • Running unit tests on the compiled code.
  • Running sonar analysis on the code.
  • Deploy to an environment.
  • Run regression tests on deployed petclinic application.

Testing

For unit tests we are using Spock framework specifications.

./gradlew test runs the specs.

By default Spock generates reports in two formats XML and HTML.

  • ./build/test-results/* - XML format.
  • ./build/reports/tests/* - HTML format.

JobScriptsSpec will loop through all DSL files and make sure they don't throw any exceptions when processed.

License

Please view license information for the software contained on this image.

Documentation

Documentation will be captured within this README.md and this repository's Wiki.

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contribute

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].