Jenkins has a Remote Access API that allows triggering jobs. There's also Apache 2.0 licensed jenkins-rest lib that wraps this API for Java.
The goal would be to be able to
- Trigger a number of jobs
- Control job parameters
- Control job-to-agent assignment
Jenkins has a Remote Access API that allows triggering jobs. There's also Apache 2.0 licensed jenkins-rest lib that wraps this API for Java.
The goal would be to be able to