Stephane Nicoll
5b3a632458
Configure CI pipeline for Spring Boot 2.6.x
5 years ago
Stephane Nicoll
1a828af178
Update CI parameters for 2.5.x branch
5 years ago
Andy Wilkinson
091907f762
Rename default branch to main
...
Closes gh-26248
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
b309980a59
Automate homebrew tap repo update
...
Closes gh-24677
5 years ago
Stephane Nicoll
85d0f95f7a
Start work on Spring Boot 2.5
...
Closes gh-24491
5 years ago
Stephane Nicoll
08b692581a
Prepare 2.4.x branch
5 years ago
Phillip Webb
615d054dec
Attempt to fix oci-build-task config
...
See gh-24197
5 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
5 years ago
Phillip Webb
3da300fba9
Remove unused CI parameter
5 years ago
Phillip Webb
b0cc5fba4e
Use per-branch CI images
...
Closes gh-23439
5 years ago
Andy Wilkinson
8e8548756e
Start work on Spring Boot 2.4
6 years ago
Andy Wilkinson
d3ef6f2382
Prepare 2.3.x branch
6 years ago
Madhura Bhave
7c36cd414d
Add separate parameter for milestone name
...
Since the branch name doesn't always correspond to the milestone name,
eg, master.
See gh-20680
6 years ago
dreis2211
0ee6108427
Harmonize issue title for auto-created Docker upgrade issues
...
See gh-20793
6 years ago
dreis2211
4752d7e91a
Automate Docker updates in CI
...
See gh-20530
6 years ago
Andy Wilkinson
0490bff344
Update CI to use the new 2.2.x maintenance branch
6 years ago
Phillip Webb
e26777c014
Parameterize and increase CI task timeouts
7 years ago
Stephane Nicoll
2ba5f4a63e
Setup CI
7 years ago
Madhura Bhave
a7fb3cf182
Remove extra / from artifactory server param
...
Fixes gh-13535
8 years ago
Madhura Bhave
68a9aa56f0
Fix determine email body script
8 years ago
Andy Wilkinson
a50ef54e3b
Create 2.0.x branch and CI pipeline
8 years ago
Phillip Webb
0c10ebf255
Add github-repo-name parameter to CI
8 years ago
Phillip Webb
e9f9462917
Add Concourse CI pipeline
...
Add CI pipeline for builds and releases.
Fixes gh-9316
8 years ago