Brian Clozel
81d3945922
Reinstate SNAPSHOT updates in integration tests
...
Fixes gh-16453
7 years ago
Phillip Webb
c7746fba3b
Allow promote script to be run again
7 years ago
Phillip Webb
d6496c00b9
Fixup promote script
7 years ago
Phillip Webb
ec094cdfda
Increase timeout for promote script
...
Increase the timeout used when checking if artifacts have landed in
Bintray from 20m to 40m. Also added some additional protection against
the curl command failing.
Closes gh-16443
7 years ago
Andy Wilkinson
ef09c81ea7
Upgrade JDK 9 CI image to JDK 9+181
...
Closes gh-16400
7 years ago
Stephane Nicoll
274e9ede81
Set up CI for JDK 12
...
Closes gh-16212
7 years ago
Madhura Bhave
3e82e7aa7e
Publish release notes after central sync for releases
...
Closes gh-15713
7 years ago
Andy Wilkinson
70d883a8ee
Correct the location to which Java 8 is extracted
...
Closes gh-15813
7 years ago
Stephane Nicoll
8948c1dac6
Revert 80f4113
...
See gh-15809
7 years ago
Stephane Nicoll
866aa40d6a
Polish
7 years ago
Stephane Nicoll
80f41132ce
Exclude `spring-boot-docs` from Artifactory deployment
...
Closes gh-15809
7 years ago
Brian Clozel
2a2bfb9915
Auto-generate the "Common application properties"
...
Prior to this commit, the application properties listed in the reference
documentation would be manually managed and updated.
This commit adds a new `spring-boot-configuration-docs` project that
extracts that information from the available JSON metadata and writes
Asciidoctor tables ready for inclusion in the reference documentation.
The `generateConfigurationPropertyTables.groovy` is using this library
and configures the sections and how namespaces should be organized.
Fixes gh-8237
7 years ago
Madhura Bhave
82a711403d
Extract java8 binary to the correct location
...
Fixes gh-15948
7 years ago
Madhura Bhave
ddfcc1e28f
Change label for automatic jdk upgrade issues
...
Closes gh-15825
7 years ago
Andy Wilkinson
874489f1c8
Upgrade Java 8 CI image to 1.8.0_202-b08
...
Closes gh-15813
7 years ago
Andy Wilkinson
59c017b627
Upgrade JDK 11 CI image to 11.0.2+9
...
Closes gh-15812
7 years ago
Andy Wilkinson
ddabfe3fcc
Deploy spring-boot-test-support so it's available downstream
...
Concourse builds spring-boot-tests separately from spring-boot-project
and relies on modules from the latter being available in the
distribution repository when building the former. This commit enables the
deployment of spring-boot-test-support from spring-boot-project so that it
is added to the distribution repository and is therefore available when
building spring-boot-tests. It is then excluded when putting to the
Artifactory resource as we do not want it to be published.
See gh-15471
7 years ago
Madhura Bhave
a1db90fe94
Add missing get step
7 years ago
Madhura Bhave
f1f26468bc
Set start and stop for time resource
...
See gh-15164
7 years ago
Madhura Bhave
edc1a4fb86
Automate JDK CI upgrades using AdoptOpenJDK API
...
An issue is created if a new release is detected.
Closes gh-15164
7 years ago
Andy Wilkinson
4b6f6512ea
Ensure that the java binary is extracted to the correct location
...
Closes gh-15357
7 years ago
Andy Wilkinson
4a351f6c58
Update pipeline name in CI README
7 years ago
Stephane Nicoll
2ba5f4a63e
Setup CI
7 years ago
Phillip Webb
7cc1e0e4d6
Fix release notes generation script
...
Script was accidentally trying to import `common.sh`.
Closes gh-15349
7 years ago
Madhura Bhave
6f89da88e6
Cleanup unused pipeline params
7 years ago
Madhura Bhave
35db10eb30
Use the right variable name in pipeline
7 years ago
Madhura Bhave
ee4205a049
Remove unnecessary logging by start-docker script
7 years ago
Phillip Webb
3fb30fddb4
Use Bintray API key rather than password in CI
...
Update CI scripts to use the Bintray API key rather than the password
when making curl calls.
Closes gh-15015
7 years ago
Phillip Webb
3fe7bf4dc7
Fix Java 11 CI reference
...
See gh-15179
7 years ago
Toshiaki Maki
dd2ed72fae
Fix CI Java 11 references
...
Closes gh-15179
7 years ago
Johnny Lim
7eb93a0126
Remove unnecessary echo in release notes script
...
Closes gh-15169
7 years ago
Phillip Webb
acf046ba27
Update all JDK images to AdoptJDK
...
Closes gh-15158
7 years ago
Phillip Webb
506fbd803b
Use release notes generator docker image in CI
...
Closes gh-15160
7 years ago
Phillip Webb
ee2d469881
Upgrade CI to artifactory resource 0.0.5
...
Closes gh-15159
7 years ago
Phillip Webb
27714b1e7d
Attempt to fix docker-lib.sh script
...
See gh-15158
7 years ago
Phillip Webb
e8eaeba20c
Attempt to fix docker-lib.sh script
...
See gh-15158
7 years ago
Phillip Webb
8fcad7bb53
Fix CI curl calls
...
Fix `curl` to follow redirects and use the correct `strip` variable.
See gh-15158
7 years ago
Phillip Webb
8f341fa61d
Switch CI to OpenJDK releases
...
Update the download URLs to archives that include the `javadoc` binary.
See gh-15158
7 years ago
Phillip Webb
7934b08ecd
Update docker-lib.sh for CLI changes
...
Update docker-lib.sh to deal with the latest docker CLI changes.
See gh-15158
7 years ago
Phillip Webb
c5a7704774
Use local docker-lib.sh
...
Update the modified docker image build to use the local docker-lib.sh
file rather than grabbing it from the concourse github.
See gh-15158
7 years ago
Phillip Webb
1480dd81eb
Migrate CI images to tagged Ubuntu release
...
Update the CI image process to build from a tagged ubuntu release. All
images now make use of a shared setup script to install the appropriate
binaries.
Closes gh-15158
7 years ago
Andy Wilkinson
7d5a76c61f
Work around SUREFIRE-1588 by dropping back to 10.0.2+13-Debian-1
...
See gh-15056
7 years ago
Andy Wilkinson
d267f1ed69
Use full path when specifying Dockerfile to build
...
See gh-15058
7 years ago
Andy Wilkinson
f210e9c77f
Add local docker-lib.sh file when building CI images
...
Closes gh-15058
7 years ago
Andy Wilkinson
e915006161
Use sha256 hashes for Docker base images to ensure repeatability
...
Closes gh-15056
7 years ago
Andy Wilkinson
8d701e6d4d
Revert addition of JDK-12 based CI
...
See gh-15031
7 years ago
Andy Wilkinson
e9124fac0f
Correct CI resource config after adding JDK 12 build
...
See gh-15031
7 years ago
Andy Wilkinson
9bb7edcb88
Remove JDK 9 and 10-based CI and add JDK 12
...
Closes gh-15031
7 years ago
Andy Wilkinson
bbdd731535
Use 11.0.1-jdk for Java 11 CI builds
...
Closes gh-15030
7 years ago
Madhura Bhave
f145e81354
Use github release resource for publishing release notes
...
This commit also marks a release as pre-release for milestones and RCs
Closes gh-14908
Closes gh-14875
7 years ago