initializr/ci
Brian Clozel ef5b587f90 Fix release pipeline for Maven Central publication
This commit fixes the missing pieces in our Maven Central publication
pipeline. Our first attempt at releasing with it showed a few problems:

* The promote task did not have the artifacts downloaded with the
  artifactory repository.
* We applied the wrong Sonatype credentials to the task.
* The github changelog task would fail because of docker rate limiting
  since we were not using the right type of resource, which is
  configured with the proper caching mechanism.

See gh-1199
2021-03-16 14:51:13 +01:00
..
config Upgrade CI to publish to Maven Central directly 2021-03-14 07:19:21 +01:00
images Fix release pipeline for Maven Central publication 2021-03-16 14:51:13 +01:00
scripts Upgrade CI to publish to Maven Central directly 2021-03-14 07:19:21 +01:00
tasks Fix release pipeline for Maven Central publication 2021-03-16 14:51:13 +01:00
parameters.yml Upgrade CI to publish to Maven Central directly 2021-03-14 07:19:21 +01:00
pipeline.yml Fix release pipeline for Maven Central publication 2021-03-16 14:51:13 +01:00
README.adoc Initiate 0.10.x branch 2021-03-02 14:04:47 +01:00

== Concourse pipeline

Ensure that you've setup the target and can login

[source]
----
$ fly -t initializr login -n initializr -c https://ci.spring.io
----

The pipeline can be deployed using the following command:

[source]
----
$ fly -t initializr set-pipeline -p initializr-0.10.x -c ci/pipeline.yml -l ci/parameters.yml
----

NOTE: This assumes that you have credhub integration configured with the appropriate
secrets.