An open API service indexing awesome lists of open source software.

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/

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
```