Spring Cloud Pipelines 1.0.0.M2 Released
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M2. Apart from some bug fixes it’s providing an out of the box support for Gradle projects.
In order for the Gradle project to work out of the box the following opinionated decisions were taken:
-
usage of Gradlew Wrapper
-
custom
deploytask is used for artifacts deployment -
running smoke tests on a deployed app via the custom
smoketask -
running end to end tests on a deployed app via the custom
e2etask -
custom
groupIdtask to retrieve group id -
custom
artifactIdtask to retrieve artifact id -
custom
currentVersiontask to retrieve the current version -
custom
stubIdstask to retrieve list of collaborators for which stubs should be downloaded …
