Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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)

To be able to adapt this example pipeline in Kieker, we would have to:

...