https://github.com/metiago/starter-ci
https://metiago.github.io/site/devops/jenkins-ci/
https://github.com/metiago/starter-ci
java jenkins vertx
Last synced: 6 months ago
JSON representation
https://metiago.github.io/site/devops/jenkins-ci/
- Host: GitHub
- URL: https://github.com/metiago/starter-ci
- Owner: metiago
- Created: 2024-08-09T21:04:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-02T21:44:30.000Z (6 months ago)
- Last Synced: 2025-10-02T23:33:45.081Z (6 months ago)
- Topics: java, jenkins, vertx
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## starter-ci
Vert.x application to demonstrate how to set up Jenkins CI/CD at [https://metiago.github.io/posts/2016-04-08-jenkins-cd](https://metiago.github.io/posts/2016-04-08-jenkins-cd).
```bash
# Unit tests
mvn test
# Integration Tests
mvn verify
```