spring-framework/ci/scripts
Brian Clozel 5af3223e76 Add Release pipeline for Milestone versions
This commit finishes the first step for migrating our complete build and
release pipeline to Concourse CI.

We're creating here a new "Release" jobs group in our pipeline.
We can now release Milestones from our pipeline with:

* the "stage-milestone" job, which creates and tags a new Milestone
version on the source repository, builds the artifacts and deploys them
in a staging repository and updates the version to the next SNAPSHOT.

* the "promote-milestone" fetches the build information from the staging
repository and promotes the released milestone in the official milestone
repository.

Interactions with the Artifactory and Bintray REST APIs are done using
the https://github.com/spring-io/concourse-release-scripts project.

Closes gh-22490
2020-05-07 21:35:56 +02:00
..
build-project.sh Add Concourse Build pipeline 2020-04-28 14:37:34 +02:00
check-project.sh Only run checks in pipelines with JDK variants 2020-04-28 15:34:37 +02:00
common.sh Add Concourse Build pipeline 2020-04-28 14:37:34 +02:00
promote-version.sh Add Release pipeline for Milestone versions 2020-05-07 21:35:56 +02:00
stage-version.sh Add Release pipeline for Milestone versions 2020-05-07 21:35:56 +02:00