...
- Example pipeline from a Gradle presentation ( https://www.youtube.com/watch?v=L4ZgTCq6dLQ )
- Compile / Unit Tests
- Integration Tests
- Code analysis
- Assemble Distribution
- Publish Binaries (using these binaries in the following steps)
- Acceptance Tests
- User Acceptance Tests
- Canary Deployment
- Production Deployment
- Further tools mentioned throughout the presentation:
- SonarQube (historical data of build results)
- Jacoco (code coverage)
- SonarQube (historical data of build results)
To be able to adapt this example pipeline in Kieker, we would have to:
...