Stephane Nicoll
ec57251c55
Configure release script to use .RELEASE suffix
2020-10-29 11:01:32 +01:00
Stephane Nicoll
6c0fc7f195
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
2020-10-29 09:32:50 +01:00
Stephane Nicoll
3ebd247613
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
2020-10-29 08:23:55 +01:00
Phillip Webb
327181455c
Upgrade CI to Ubuntu Focal 20201008
...
Closes gh-23952
2020-10-28 19:29:59 -07:00
Phillip Webb
88a1055916
Upgrade CI to Java 11.0.9_11
...
Closes gh-23947
2020-10-28 19:25:05 -07:00
Phillip Webb
6f6c0e9d08
Upgrade CI to jdk8u272-b10
...
Closes gh-23946
2020-10-28 19:19:00 -07:00
Brian Clozel
918ef888e9
Fix image folder name in update detection script
...
Fixes gh-23699
2020-10-15 11:06:05 +02:00
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
2020-10-15 09:27:24 +02:00
Stephane Nicoll
abee05c67b
Upgrade Ubuntu version in CI images
...
Closes gh-23546
2020-10-01 10:39:25 +02:00
Stephane Nicoll
756a86aa8f
Rename changelog generator's task name
...
Closes gh-23493
2020-09-28 14:38:21 +02:00
Phillip Webb
6d70c3867e
Upgrade to latest concourse-java-scripts
2020-09-25 12:41:58 -07:00
Phillip Webb
56a8125eee
Upgrade docker images to Ubuntu Focal
...
Closes gh-23492
2020-09-25 12:38:44 -07:00
Phillip Webb
abe169d593
Upgrade to github-changelog-generator 0.0.3
...
Closes gh-23493
2020-09-25 12:20:44 -07:00
Phillip Webb
956ee223be
Fix CI GitHub icon reference
2020-09-25 12:10:18 -07:00
Andy Wilkinson
39a24b093d
Upgrade CI to Docker 19.03.13
...
Closes gh-23469
2020-09-24 09:22:02 +01:00
Andy Wilkinson
0690690039
Update CI images to use ubuntu:bionic-20200903
...
Closes gh-23468
2020-09-24 09:15:09 +01:00
Phillip Webb
3da300fba9
Remove unused CI parameter
2020-09-21 21:40:18 -07:00
Phillip Webb
b0cc5fba4e
Use per-branch CI images
...
Closes gh-23439
2020-09-21 20:03:43 -07:00
Andy Wilkinson
dbd27839e5
Polish logging in BintrayService
2020-09-17 09:46:39 +01:00
Stephane Nicoll
1ae120f8c5
Upgrade Ubuntu version in CI images
...
Closes gh-23102
2020-08-27 11:52:53 +02:00
Stephane Nicoll
64264b5240
Upgrade Java 8 version in CI image
...
Closes gh-22755
2020-08-06 09:37:04 +02:00
Andy Wilkinson
ac732773bc
Update CI images to use ubuntu:bionic-20200713
...
Closes gh-22659
2020-07-30 08:46:36 +01:00
Andy Wilkinson
25866019c9
Polish pipeline env vars used by Gradle Enterprise
2020-07-26 10:05:26 +01:00
Andy Wilkinson
5d776f2a8b
Set user.name in CI builds so it's picked up by Gradle Enterprise
2020-07-25 10:33:39 +01:00
Andy Wilkinson
141c59e348
Set BRANCH env var so it's available to Gradle Enterprise
2020-07-25 10:26:53 +01:00
Andy Wilkinson
6215052c5b
Polish integration of Gradle Enterprise in CI builds
2020-07-24 14:22:25 +01:00
Andy Wilkinson
60ff87155f
Polish "Add Gradle Enterprise Extension"
...
See gh-22089
2020-07-24 11:51:52 +01:00
Phillip Webb
f68671e1bc
Refine regex
...
See gh-22543
2020-07-23 21:23:42 -07:00
Phillip Webb
7ace6cd450
Move properties to correct file
...
See gh-22543
2020-07-23 21:09:15 -07:00
Phillip Webb
b77dbcd06f
Allow certain artifacts to be optionally deployed
...
Update `DistributeCommand` so that regex patterns can be used to mark
artifacts that are optional and need not fail the release.
Closes gh-22543
2020-07-23 20:45:25 -07:00
Phillip Webb
d69c35a1db
Deal with 404 response when checking for artifacts
2020-07-23 18:23:24 -07:00
Phillip Webb
53296cd161
Backport build script updates
2020-07-23 17:45:55 -07:00
Phillip Webb
c043701dc0
Turn on debug logging
2020-07-23 17:45:49 -07:00
Stephane Nicoll
ee37ddd6c0
Upgrade Java 8 version in CI image
...
Closes gh-22512
2020-07-23 09:31:01 +02:00
Andy Wilkinson
831333f841
Update JDK 11 CI image to use 11.0.8_10
...
Closes gh-22348
2020-07-16 10:52:52 +01:00
Andy Wilkinson
9800804b65
Upgrade CI images to use ubuntu:bionic-20200630
...
Closes gh-22271
2020-07-09 09:39:52 +01:00
Andy Wilkinson
c9958c2ab4
Upgrade CI to Docker 19.03.12
...
Closes gh-22189
2020-07-02 09:39:13 +01:00
dreis2211
24072bed96
Improve error handling in JDK upgrade checks
...
See gh-22110
2020-07-01 13:45:50 +01:00
XenoAmess
89d4cda855
Remove duplicated icon from git-repo-windows resource definition
...
See gh-22163
2020-06-30 16:25:32 +01:00
Madhura Bhave
4a55a414e7
Fix typo
2020-06-29 16:40:24 -07:00
Andy Wilkinson
db634d762e
Update CI images to use ubuntu:bionic-20200526
...
Closes gh-22003
2020-06-18 10:17:39 +01:00
Phillip Webb
b129a3f7fb
Check that a distribution has been started
...
Update the releasescript to ensure that a distribution has been started
before starting it again. This functionality was accidentally removed
during the updates for gh-21474.
See gh-21474
2020-06-15 10:50:06 -07:00
Madhura Bhave
9d9a90ccd4
Polish
2020-06-15 09:22:14 -07:00
Phillip Webb
6d93d732b4
Cherry-pick release script updates
...
Cherry-pick release script updates from 2.3.x
See gh-21474
2020-06-11 23:15:10 -07:00
Phillip Webb
418859fab6
Further reduce repetition in CI pipeline.yml
...
See gh-21716
2020-06-10 17:25:40 -07:00
Phillip Webb
0957c7460b
Polish pipeline YAML
2020-06-10 17:06:39 -07:00
Phillip Webb
7e64f9709a
Use milestone as docker tag
...
Update the pipeline YAML to use ((milestone)) rather than ((branch))
when tagging docker images.
See gh-21716
2020-06-10 16:43:09 -07:00
Phillip Webb
3a8d173845
Reduce repetition in CI pipeline.yml
...
Use YAML anchors and aliases to reduce the amount of repetition
in our CI pipeline YAML.
Closes gh-21716
2020-06-10 16:32:45 -07:00
Phillip Webb
ce13235e76
Polish
2020-06-10 16:32:45 -07:00
Andy Wilkinson
20f0b41099
Upgrade CI to Docker 19.03.9
...
Closes gh-21681
2020-06-05 12:48:49 +01:00