Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildkite/gradle-docker-example
An example of how to run a Gradle project in Docker, in a Buildkite pipeline
https://github.com/buildkite/gradle-docker-example
buildkite dcoker-compose docker gradle java pipeline
Last synced: about 1 month ago
JSON representation
An example of how to run a Gradle project in Docker, in a Buildkite pipeline
- Host: GitHub
- URL: https://github.com/buildkite/gradle-docker-example
- Owner: buildkite
- License: mit
- Created: 2020-08-08T02:50:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T02:12:25.000Z (7 months ago)
- Last Synced: 2024-05-14T03:24:14.562Z (7 months ago)
- Topics: buildkite, dcoker-compose, docker, gradle, java, pipeline
- Homepage: https://github.com/buildkite/example-pipelines
- Size: 62.5 KB
- Stars: 3
- Watchers: 19
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gradle Buildkite docker-compose example
This example uses [Gradle](https://gradle.org/) to build a Java project.
Project example was taken from [Gradle/db-example-large-multi-project](https://github.com/gradle/db-example-large-multi-project).
This example also works on the Buildkite Agent using [the Docker Compose plugin](https://github.com/buildkite-plugins/docker-compose-buildkite-plugin) to run Gradle in [the Gradle Docker container](https://hub.docker.com/_/gradle), which works great on the [Elastic CI Stack for AWS](https://github.com/buildkite/elastic-ci-stack-for-aws).
[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)
![Gradle build](https://user-images.githubusercontent.com/585588/89701317-be475100-d974-11ea-87e2-149ac676817c.png)
![Gradle artifacts](https://user-images.githubusercontent.com/585588/89701316-bab3ca00-d974-11ea-9522-9be86a06b35e.png)## License
See [LICENSE.md](LICENSE.md) (MIT)