Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 476 Bytes

File metadata and controls

12 lines (9 loc) · 476 Bytes

Artifactory Build Promotion demo

Demo showcasing automated build promotion using Gradle.

How it works

  • Dependencies are declared in the promotable configuration
  • Gradle polls Artifactory for the latest builds that produced the promotable dependencies
    • If they are already promoted, stop there
  • Builds/tests are run using the promotable dependencies
    • If they fail, stop there
  • Gradle calls the Artifactory API to promote the relevant builds