codeday-clarity / ci-visualizer

This holds the code for the CI CD Visualizer. See README for details of how to view the demo
http://app.ci-visualizer.com
0 stars 0 forks source link

SpringBoot-type build simulations #4

Open robmoore-i opened 3 years ago

robmoore-i commented 3 years ago

In the ci-build-simulator repository, there are some build simulations. Currently there is just one, "sleeper" which is very basic.

SpringBoot is a very popular HTTP server framework. Write a new project in ci-build-simulator called springboot which applies the simulation Gradle plugin, whose implementation of the plugin generates new SpringBoot classes annotated with @Controller, and tests for those controllers, annotated with @SpringBootTest.

When this story is finished, I should be able to run `./gradlew :springboot:createSimulationJob -Pbranch=simulation/1 and it creates a new pipeline job generating SpringBoot project builds.