https://github.com/samrocketman/jervis-example-project
An example project for testing Jervis integration with GitHub.
https://github.com/samrocketman/jervis-example-project
Last synced: about 2 months ago
JSON representation
An example project for testing Jervis integration with GitHub.
- Host: GitHub
- URL: https://github.com/samrocketman/jervis-example-project
- Owner: samrocketman
- License: mit
- Created: 2017-09-28T01:48:11.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T05:14:27.000Z (about 3 years ago)
- Last Synced: 2025-01-06T10:13:24.449Z (over 1 year ago)
- Language: Groovy
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jervis Example Project
This project serves as a dummy project to test GitHub integration changes made
to:
- [Jervis][jervis]
- [Jenkins Bootstrap for Jervis][bootstrap]
This project template originates from [groovy-gradle-seed][kata-seed].
# Manually Building
./gradlew clean check cobertura groovydoc Jar
# CI building
Is described in [`.jervis.yml`](.jervis.yml) and [`Jenkinsfile`](Jenkinsfile).
Documentation for the CI build is located at:
- https://github.com/samrocketman/jervis/wiki
- https://github.com/samrocketman/jervis/wiki/Pipeline-support
[bootstrap]: https://github.com/samrocketman/jenkins-bootstrap-jervis
[jervis]: https://github.com/samrocketman/jervis
[kata-seed]: https://github.com/kata-seeds/groovy-gradle-seed