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

https://github.com/nilshartmann/jenkins-on-osgi

Example that runs Jenkins CI on a Jetty embedded into a OSGi runtime
https://github.com/nilshartmann/jenkins-on-osgi

Last synced: 7 months ago
JSON representation

Example that runs Jenkins CI on a Jetty embedded into a OSGi runtime

Awesome Lists containing this project

README

          

This project contains all bundles and configurations needed to deploy a Jenkins CI (http://jenkins-ci.org) WAR file as-is into a Jetty webserver running on an OSGi runtime.

To run the example, execute the felix.sh script. From the Felix console you can install the jenkins WAR using a war-URL:

install war:file:jenkins.war?WebApp-Context=jenkins
start

Jenkins now runs on http://localhost:8080/jenkins