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

https://github.com/lreimer/cicd-launchpad

Visualise and launch CD/CD jobs using a Novation Launchpad Mini MK2
https://github.com/lreimer/cicd-launchpad

devops graalvm java jenkins midi midi-controller

Last synced: 2 months ago
JSON representation

Visualise and launch CD/CD jobs using a Novation Launchpad Mini MK2

Awesome Lists containing this project

README

          

# CI/CD Launchpad

Visualise and launch CI/CD jobs using a Novation Launchpad Mini MK2.

## Building and Running

```bash
$ ./gradlew clean ass

$ docker run -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts

$ ./gradlew run --args="-f src/test/resources/jenkins-jobs.json"
$ ./gradlew run --args="-u admin -p admin -f src/test/resources/jenkins-jobs.json"
```

## Maintainer

M.-Leander Reimer (@lreimer),

## License

This software is provided under the MIT open source license, read the `LICENSE`
file for details.