Commit Graph

120 Commits (76f60e07372ade5f80595afc6dcd96f0bac95780)

Author SHA1 Message Date
Andy Wilkinson e7578f0595 Add Docker Hub credentials to system tests task
Closes gh-35213
2 years ago
Phillip Webb cb56035bcc Setup docker config.json on CI when building project 2 years ago
Phillip Webb d71d885021 Update CI pipeline 2 years ago
Andy Wilkinson e438721be4 Upgrade to springio/github-changelog-generator 0.0.8
Closes gh-32970
2 years ago
Andy Wilkinson 79cda3e5cc Configure the Gradle Enterprise cache URL in the CI pipeline
Closes gh-31696
2 years ago
Andy Wilkinson a51edec150 Use DockerHub mirror when running system tests
See gh-31072
3 years ago
Andy Wilkinson 830835e829 Merge branch '2.5.x' into 2.6.x
Closes gh-30999
3 years ago
Andy Wilkinson d34a1b6c0e Upgrade to OCI Build Task 0.10.0
Closes gh-30998
3 years ago
Andy Wilkinson 429167e71f Align CI image generation mirrors with 2.6.x
Closes gh-25135
3 years ago
Phillip Webb 902dd0baf5 Use local docker mirror for test containers
See gh-24343
3 years ago
Phillip Webb 10269365c2 Reinstate CI image generation mirrors
See gh-25135
3 years ago
Phillip Webb e9beac6fd6 Drop CI registry mirror settings 3 years ago
Andy Wilkinson 8bd3d53085 Merge branch '2.5.x'
Closes gh-28738
3 years ago
Andy Wilkinson da8261921a Upgrade to concourse/oci-build-task 0.9.1
Closes gh-28736
3 years ago
Stephane Nicoll 3d08d6dee9 Merge branch '2.5.x'
Closes gh-28187
3 years ago
Stephane Nicoll 6d3e1734f6 Upgrade to GitHub Changelog Generator 0.0.7 in CI
Closes gh-28185
3 years ago
Andy Wilkinson 77808da6a8 Merge branch '2.5.x'
Closes gh-27493
3 years ago
Andy Wilkinson aebe52853f Switch from vito/oci-build-task to concourse/oci-build-task
Closes gh-27421
3 years ago
Andy Wilkinson d69e7313b2 Merge branch '2.5.x'
Closes gh-27443
3 years ago
Andy Wilkinson 70ecaac16c Configure a mirror for registry-image image_resources
Closes gh-27441
3 years ago
Scott Frederick 89b49f5ead Fix system test runtime classpath and build scan notification
See gh-25824
3 years ago
Scott Frederick 18c7c0af22 Add Paketo image building system tests
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.

The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.

Closes gh-25824
3 years ago
Madhura Bhave 44b0bd43a4 Automate publication of gradle plugin
Closes gh-27079
3 years ago
Andy Wilkinson 0a72f4de81 Merge branch '2.3.x' into 2.4.x
Closes gh-25357
4 years ago
Andy Wilkinson 90fb65d4ea Upgrade to 0.0.6 of the changelog generator
Closes gh-25355
4 years ago
Andy Wilkinson 83a18a31ea Start using 0.0.6 snapshots of the changelog generator
See gh-25355
4 years ago
Andy Wilkinson 04b2f56a4d Merge branch '2.3.x' into 2.4.x
See gh-25343
4 years ago
Andy Wilkinson 532e7587b8 Correct the version input for changelog generation
See gh-25107
4 years ago
Andy Wilkinson dea9b7f085 Merge branch '2.3.x' into 2.4.x
Closes gh-25343
4 years ago
Andy Wilkinson 98ee724ec6 Stop using Bintray to publish to Maven Central
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.

Publishing consists of 4 steps:

1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository

The command requires 3 arguments:

1. The type of release being performed
2. Location of a build info JSON file that describes the release
   that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
   contains the artifacts to be deployed

Closes gh-25107
4 years ago
Phillip Webb f334b27d60 Merge branch '2.3.x' into 2.4.x 4 years ago
Phillip Webb 166d9b12f1 Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb 7ed64f0677 Drop registry mirror from CI
Remove the registry mirror since it causes oci-build-task to fail.

See gh-25135
4 years ago
Phillip Webb 1e3330c375 Attempt to fix homebrew tap repo update
See gh-24677
4 years ago
Phillip Webb a790a9079d Attempt to fix homebrew tap repo update
See gh-24677
4 years ago
Madhura Bhave b309980a59 Automate homebrew tap repo update
Closes gh-24677
4 years ago
Madhura Bhave e5e654c9ee Merge branch '2.2.x' into 2.3.x
Closes gh-24500
4 years ago
Madhura Bhave 822ae0daf7 Fix detection of latest GA for SDKMAN
Fixes gh-24475
4 years ago
Phillip Webb 235f4a7415 Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb 1f8a6ddaaf Write docker/config.json for CI Image generation
See gh-24461
4 years ago
Phillip Webb 305694e162 Merge branch '2.2.x' into 2.3.x 4 years ago
Phillip Webb b953c41a5f Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 398c6b3603 Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 615d054dec Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb 6990fff27a Attempt to fix oci-build-task config
See gh-24197
4 years ago
Phillip Webb c14be4e84b Generate CI images with oci-build-task
Update CI to generate images using an `oci-build-task` since
the `registry-image` resource cannot perform actual image builds.

See gh-24197
4 years ago
Phillip Webb fa44a1d0c5 Migrate to registry-image in task yaml
See gh-24197
4 years ago
Madhura Bhave aa24d623fe Merge branch '2.2.x' into 2.3.x 4 years ago
Madhura Bhave 2e8d26150b Add git-repo as input to sdkman 4 years ago
Stephane Nicoll 360013cba4 Merge branch '2.2.x' into 2.3.x 4 years ago