Commit Graph

5 Commits

Author SHA1 Message Date
Brian Clozel cc5d907189 Upgrade CI image and add missing python dependency 2020-11-02 16:27:29 +01:00
Brian Clozel 94249534dc Upgrade base docker CI image 2020-10-07 15:17:03 +02:00
Brian Clozel 67939b97e2 Update CI image 2020-04-03 23:41:13 +02:00
Brian Clozel 5483385f4a Fix Stage and Promote release process
This commit contains a few fixes for the CI release process.

The base CI image now installs the `jq` binary as it's
required by the promotion process.

The staging script is fixed to use the correct `sed` syntax
for this Linux container, and only consider Gradle as a build
system. This also changes the staging script to correctly
choose the release version depending on the release type.
This commit also adds a `RELEASE_TYPE` parameter to the state
task.

The project build version is moved to a `gradle.properties`
to align with the stage+promote script.

The promote release script is now executable.
2018-12-10 20:58:15 +01:00
Brian Clozel 5addf686b8 Add CI infrastructure with Concourse
This commit adds the CI infrastructure for running builds with
Concourse. This includes:

* a docker image for the CI image (JDK 8 based)
* a set of Concourse pipelines for building, staging and promoting
artifacts
2018-12-04 23:04:10 +01:00