Andy Wilkinson
051d3f2a2e
Merge branch '2.1.x' into 2.2.x
2020-07-24 14:24:46 +01:00
Andy Wilkinson
6215052c5b
Polish integration of Gradle Enterprise in CI builds
2020-07-24 14:22:25 +01:00
Andy Wilkinson
f4508b4059
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22547
2020-07-24 11:54:12 +01:00
Andy Wilkinson
60ff87155f
Polish "Add Gradle Enterprise Extension"
...
See gh-22089
2020-07-24 11:51:52 +01:00
Phillip Webb
e137e3d130
Merge branch '2.1.x' into 2.2.x
2020-07-23 21:36:50 -07: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
458b5690e1
Upgrade Java 14 version in CI image
...
Closes gh-22516
2020-07-23 09:33:30 +02:00
Stephane Nicoll
a2b797f8b7
Upgrade Java 8 version in CI image
...
Closes gh-22518
2020-07-23 09:33:03 +02:00
Stephane Nicoll
ee37ddd6c0
Upgrade Java 8 version in CI image
...
Closes gh-22512
2020-07-23 09:31:01 +02:00
Phillip Webb
b5e70157dc
Update copyright year of changed files
2020-07-22 17:01:36 -07:00
Andy Wilkinson
055f7f95be
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22347
2020-07-16 10:53:44 +01: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
efad6c16d1
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22269
2020-07-09 09:40:50 +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
1410ef2911
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22193
2020-07-02 09:42:03 +01:00
Andy Wilkinson
c9958c2ab4
Upgrade CI to Docker 19.03.12
...
Closes gh-22189
2020-07-02 09:39:13 +01:00
Andy Wilkinson
e44640de89
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22182
2020-07-01 13:48:08 +01:00
dreis2211
24072bed96
Improve error handling in JDK upgrade checks
...
See gh-22110
2020-07-01 13:45:50 +01:00
Andy Wilkinson
abeab73b2c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22170
2020-06-30 16:45:46 +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
67060731bc
Merge branch '2.1.x' into 2.2.x
2020-06-29 16:40:59 -07:00
Madhura Bhave
4a55a414e7
Fix typo
2020-06-29 16:40:24 -07:00
Andy Wilkinson
73a1047ad2
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22005
2020-06-18 10:22:28 +01: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
550b2847c5
Merge branch '2.1.x' into 2.2.x
2020-06-15 10:52:50 -07: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
0395b186ad
Merge branch '2.1.x' into 2.2.x
2020-06-15 09:23:26 -07:00
Madhura Bhave
9d9a90ccd4
Polish
2020-06-15 09:22:14 -07:00
Phillip Webb
209c5c4013
Merge branch '2.1.x' into 2.2.x
2020-06-11 23:19:16 -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
3fe4fb1373
Merge branch '2.1.x' into 2.2.x
2020-06-10 17:33:48 -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
da09e227c7
Merge branch '2.1.x' into 2.2.x
2020-06-10 17:14:37 -07:00
Phillip Webb
0957c7460b
Polish pipeline YAML
2020-06-10 17:06:39 -07:00
Phillip Webb
f39a3f963b
Merge branch '2.1.x' into 2.2.x
2020-06-10 16:44:22 -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
9aa8a073d6
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21876
2020-06-10 16:33:34 -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
97533a5364
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21682
2020-06-05 12:52:24 +01:00
Andy Wilkinson
20f0b41099
Upgrade CI to Docker 19.03.9
...
Closes gh-21681
2020-06-05 12:48:49 +01:00
Madhura Bhave
831bb1f206
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21526
2020-05-20 15:29:50 -07:00
Madhura Bhave
bce48ea745
Upgrade CI to Docker 19.03.9
...
Closes gh-21525
2020-05-20 15:29:02 -07:00
Madhura Bhave
808cb98b98
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21527
2020-05-20 14:35:27 -07:00
Madhura Bhave
7d197e6469
Don't add waiting-for-triage label for issues created by CI automation
...
Closes gh-21282
2020-05-20 14:32:48 -07:00