This page should be used to collect ideas to shape Kieker's delivery pipeline
Current Situation (for the Kieker core)
- Jenkins used with the following use cases
- Regular build of commits
- job: http://kieker.uni-kiel.de/jenkins/job/kieker/
runs
./gradlew.sh jenkinsBuild --stacktrace
- Nightly release creation
- job: kieker.uni-kiel.de/jenkins/job/kieker-nightly-release/
runs
./gradlew.sh jenkinsNightlyBuild
- Release creation
- Regular build of commits
Target Scenario
- Pipeline template not only for the Kieker core but also for other projects in the "Kieker orbit"