Ecosyste.ms: Awesome
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: about 5 hours ago
JSON representation
Example that runs Jenkins CI on a Jetty embedded into a OSGi runtime
- Host: GitHub
- URL: https://github.com/nilshartmann/jenkins-on-osgi
- Owner: nilshartmann
- Created: 2011-10-10T20:51:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-10T21:09:14.000Z (about 13 years ago)
- Last Synced: 2024-05-15T15:40:27.173Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 40.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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
startJenkins now runs on http://localhost:8080/jenkins