Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.02 KB

cfstep-bintray

A Codefresh freestyle step to manage releases in JFrog Bintray

The plugin is available at Dockerhub at https://hub.docker.com/r/codefresh/cfstep-bintray/

Blog post

More details are available in the Codefresh blog post

Example usage

The plugin supports every command supported by the JFrog CLI

Here is an example for Downloading from Bintray with the dlv command (Download version)

 DownloadNewVersion:
    stage: 'Bintray download'
    title: Download from Bintray
    image: codefreshplugins/cfstep-bintray:master
    working_directory: download-example/
    environment:
      - BINTRAY_COMMAND=dlv
      - BINTRAY_ARGS= codefresh-demo/test/cf-demo/v4.0 --unpublished

The following environment variables are expected to be present:

  • BINTRAY_USER - username for Bintray
  • BINTRAY_KEY - API key for bintray