-
-
Notifications
You must be signed in to change notification settings - Fork 41
native GIT aware travis ci circle ci
Matthieu Brouillard edited this page Jan 6, 2017
·
1 revision
Some good & easy examples of travis-ci & circleci usage for continuous integration with jgtiver-maven-plugin are the jgitver related projects themselves:
Have a look at the .travis.yml
& circle.yml
files to see how to continuously build projects using jgitver-maven-plugin on those platforms.
👍
- easy to use
- build every branch, PR & releases
👎
- does not checkout on branches but on SHA1 making jgitver branch qualifiers useless.
Usage guide
- Starting from scratch
- Introduce jgitver-maven-plugin in existing project
- Use a lightweight tag to change project version
IDE usage
Continuous integration
- native GIT aware travis-ci circle-ci
- jenkins integration multibranch pipeline
- continuous deployment - semi automated
- automatic builds for maven, jenkins and gitbucket
Developer & contributions guide