dreis2211
4d1a53d9a8
Switch to Adoptium JDK builds in CI
...
See gh-27539
4 years ago
Andy Wilkinson
01fb599f6e
Revert "Attempt to overcome Docker rate limiting on CI"
...
This reverts commit 51d57e19d0 .
See gh-25838
5 years ago
dreis2211
505e6a1b4c
Fix Docker update detection on CI
...
See gh-26086
5 years ago
Phillip Webb
51d57e19d0
Attempt to overcome Docker rate limiting on CI
...
Update the common build script to pull buildpack images early using the
authenticated CLI.
See gh-25838
5 years ago
Andy Wilkinson
532e7587b8
Correct the version input for changelog generation
...
See gh-25107
5 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
5 years ago
Madhura Bhave
a78ec9da6a
Simplify lowercase grep logic in docker script
...
See gh-24811
5 years ago
Madhura Bhave
aefeb3ffaf
Fix parsing of location header in docker update script
...
Fixes gh-24811
5 years ago
Madhura Bhave
b309980a59
Automate homebrew tap repo update
...
Closes gh-24677
5 years ago
Madhura Bhave
822ae0daf7
Fix detection of latest GA for SDKMAN
...
Fixes gh-24475
5 years ago
Madhura Bhave
5da22b5bff
Fix syntax in bash script
5 years ago
Madhura Bhave
e5aea89599
Move SDKMAN to a separate job
...
Closes gh-21903
5 years ago
Madhura Bhave
7b38b0ed11
Add SDKMAN to pipeline
...
Closes gh-11987
5 years ago
Andy Wilkinson
1172dbfec9
Log into DockerHub prior to running CI builds
...
Closes gh-24038
5 years ago
Stephane Nicoll
ec57251c55
Configure release script to use .RELEASE suffix
5 years ago
Stephane Nicoll
6c0fc7f195
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
5 years ago
Stephane Nicoll
3ebd247613
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
5 years ago
Brian Clozel
918ef888e9
Fix image folder name in update detection script
...
Fixes gh-23699
5 years ago
Stephane Nicoll
bdb6b2a4bb
Add configuration for changelog generator
...
This commits adds a dedicated configuration to be used when invoking
the github changelog generator. This custom configuration makes sure
to sort dependency upgrades based on the issue title.
Closes gh-23484
5 years ago
Phillip Webb
56a8125eee
Upgrade docker images to Ubuntu Focal
...
Closes gh-23492
5 years ago
Phillip Webb
abe169d593
Upgrade to github-changelog-generator 0.0.3
...
Closes gh-23493
5 years ago
Phillip Webb
19a218dc8e
Backport JDK 15 detection support
...
See gh-23433
5 years ago
Andy Wilkinson
2939476852
Allow build-pr-project.sh to be executed
...
See gh-22645
5 years ago
Andy Wilkinson
68324c4143
Build pull requests with --continue
...
Closes gh-22645
5 years ago
Andy Wilkinson
5d776f2a8b
Set user.name in CI builds so it's picked up by Gradle Enterprise
5 years ago
Andy Wilkinson
6215052c5b
Polish integration of Gradle Enterprise in CI builds
5 years ago
Andy Wilkinson
60ff87155f
Polish "Add Gradle Enterprise Extension"
...
See gh-22089
5 years ago
dreis2211
24072bed96
Improve error handling in JDK upgrade checks
...
See gh-22110
6 years ago
Phillip Webb
6d93d732b4
Cherry-pick release script updates
...
Cherry-pick release script updates from 2.3.x
See gh-21474
6 years ago
Phillip Webb
1706ae29f5
Support octet-stream response from sonatype
...
See gh-21474
6 years ago
Phillip Webb
dbda2d0b92
Improve release script logging
...
Improve logging and fix a few issue with the release script.
See gh-21474
6 years ago
Madhura Bhave
7d197e6469
Don't add waiting-for-triage label for issues created by CI automation
...
Closes gh-21282
6 years ago
Madhura Bhave
fd14c4e72a
Switch docker upgrade script to submit issue rather than PR
...
Closes gh-20976
6 years ago
Madhura Bhave
1a3df294d0
Prevent duplication of issues created by CI automation
...
This is done by checking for existing issues only in the milestone
corresponding to the current branch. For issues, the milestone is assigned
at the time of issue creation. For PRs, since the branch is different the
milestone can be derived from that while triaging the issue.
Closes gh-20680
6 years ago
dreis2211
0ee6108427
Harmonize issue title for auto-created Docker upgrade issues
...
See gh-20793
6 years ago
Madhura Bhave
1ea8c7b55d
Fix case when pull request already exists
...
If a PR with the given title exists, we clone the existing PR branch so
that it doesn't get overridden by master.
See gh-20530
6 years ago
Madhura Bhave
b3906e0466
Fix no such directory error on CI
...
See gh-20530
6 years ago
Madhura Bhave
e174231d15
Polish "Automate Docker update in CI"
...
See gh-20530
6 years ago
dreis2211
4752d7e91a
Automate Docker updates in CI
...
See gh-20530
6 years ago
Stephane Nicoll
1bf7d25141
Remove Java 13 CI job
...
Closes gh-20578
6 years ago
dreis2211
e6abcacf1a
Only suggest Ubuntu versions available in the Docker registry
...
See gh-20577
6 years ago
dreis2211
0e796479dc
Add Java 14 CI
...
Closes gh-20576
6 years ago
Stephane Nicoll
8d3ab1cc7d
Polish "Add Java 14 CI"
...
See gh-20413
6 years ago
dreis2211
f0e57ed688
Add Java 14 CI
...
See gh-20413
6 years ago
dreis2211
4136300235
Automate Ubuntu base image upgrade
...
See gh-20355
6 years ago
Andy Wilkinson
eb08ad02b9
Correct name of the file added to git after version change in staging
6 years ago
Andy Wilkinson
518e14a7bf
Use system property rather than --quiet to suppress welcome message
...
Closes gh-19630
6 years ago
Andy Wilkinson
bda3cedf10
Suppress Gradle's welcome message in CI builds
...
Closes gh-19630
6 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
6 years ago
dreis2211
9a59d5f9fc
Use AdoptOpenJDK API V3 when detecting JDK updates
...
See gh-19168
6 years ago