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
Madhura Bhave
656f73f0c5
Parse version from build.json for release notes generation
...
Fixes gh-18908
6 years ago
dreis2211
f9cb7c6220
Drop JDK 12-based CI
...
See gh-18848
6 years ago
Madhura Bhave
2d604beb47
Migrate release scripts to java
...
Closes gh-17261
6 years ago
Stephane Nicoll
9f1243129c
Switch JDK 13 url check to release
6 years ago
dreis2211
9a162f9899
Detect JDK 13 updates
...
See gh-18122
6 years ago
Phillip Webb
040712168e
Cache embedmongo on CI
6 years ago
Madhura Bhave
d906f96258
Always get latest snapshots for windows build
6 years ago
Madhura Bhave
bb85612723
Add concourse pipeline for Windows
...
Closes gh-15553
7 years ago
Madhura Bhave
d9466f5659
Move smoke tests under spring-boot-test
...
See gh-17393
7 years ago
Madhura Bhave
c9d6617713
Fix CI scripts following samples rename
...
See gh-17197
7 years ago
Madhura Bhave
d5c0009c6e
Rename samples to smoke tests
...
Closes gh-17197
7 years ago
Phillip Webb
6e5ba8077a
Fix sync-to-maven-central script
7 years ago
Phillip Webb
11b8e7c2de
Don't exit script on error
...
Update CI scripts so that command failures do not cause an immediate
exit. Prior to this commit, some of our looping logic would never run
because the entire script would exit.
7 years ago