https://github.com/dipien/gradle-profiler-circleci-sample
Sample Integration between Gradle Profiler & Circle CI
https://github.com/dipien/gradle-profiler-circleci-sample
Last synced: about 2 months ago
JSON representation
Sample Integration between Gradle Profiler & Circle CI
- Host: GitHub
- URL: https://github.com/dipien/gradle-profiler-circleci-sample
- Owner: dipien
- Created: 2020-12-07T15:52:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T02:42:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T03:47:34.060Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Gradle Profiler & CircleCi sample
Sample Integration between Gradle Profiler & Circle CI### How to run Gradle Profiler
```
curl --request POST \
--url https://${CIRCLE_CI_TOKEN}:@circleci.com/api/v2/project/gh/dipien/gradle-profiler-circleci-sample/pipeline \
--header 'content-type: application/json' \
--data '{"branch":"${BRANCH_NAME}","parameters":{"api":true, "gradleProfiler":true}}'
```## Sponsor this project
Sponsor this open source project to help us get the funding we need to continue working on it.
* [Donate cryptocurrency](http://coinbase.dipien.com/)
* [Donate with PayPal](http://paypal.dipien.com/)
* [Donate on Patreon](http://patreon.dipien.com/)
* [Become a member of Medium](https://maxirosson.medium.com/membership) [We will receive a portion of your membership fee]## Follow us
* [Twitter](http://twitter.dipien.com)
* [Medium](http://medium.dipien.com)
* [Instagram](http://instagram.dipien.com)
* [Pinterest](http://pinterest.dipien.com)
* [GitHub](http://github.dipien.com)