build-project.yml 446 B

123456789101112131415161718192021222324
  1. ---
  2. platform: linux
  3. inputs:
  4. - name: git-repo
  5. outputs:
  6. - name: distribution-repository
  7. - name: git-repo
  8. caches:
  9. - path: gradle
  10. params:
  11. BRANCH:
  12. CI: true
  13. GRADLE_ENTERPRISE_ACCESS_KEY:
  14. GRADLE_ENTERPRISE_CACHE_USERNAME:
  15. GRADLE_ENTERPRISE_CACHE_PASSWORD:
  16. GRADLE_ENTERPRISE_URL: https://ge.spring.io
  17. run:
  18. path: bash
  19. args:
  20. - -ec
  21. - |
  22. source /docker-lib.sh
  23. start_docker
  24. ${PWD}/git-repo/ci/scripts/build-project.sh