Skip to content

A Codefresh freestyle step to manage releases in JFrog Bintray

Notifications You must be signed in to change notification settings

codefresh-plugins/cfstep-bintray

 
 

Repository files navigation

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

About

A Codefresh freestyle step to manage releases in JFrog Bintray

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 38.9%
  • Shell 32.3%
  • Go 28.8%