Git Product home page Git Product logo

concourse-packagecloud-resource's Introduction

Concourse packagecloud resource

This is a concourse resource to publish package cloud packages. Java, Ruby and Python packages are not supported yet

Building

This resource is a ruby gem, which can be build via

gem build packagecloud_resource.gemspec

The gem contains three executables: pcr_check, pcr_in and pcr_out, which are used as check, in and out commands for the resource.

Usage

Source Configuration

  • username: Package cloud username
  • api_key: Package cloud api token
  • repo: Package cloud repo name
  • distribution_name: Optional a name of distribution. Can be overriden by the same configuration in out params.

Distribution name can be one of distribution names described in the packagecloud docs

Please note, that ruby gem, java and python distributions are not supported

Behaviour

check: Does nothing.

in: Does nothing.

out: Publishes a package to package cloud or deletes packages by version pattern

Parameters
  • distribution_name: Optional a name of distribution. Overrides the source configuration.
  • package_file_glob: Optional a glob pattern for the package file.
  • delete_version: Optional version pattern to delete. If set, will delete packages with matching version.

Either package_file_glob or delete_version should be set.

concourse-packagecloud-resource's People

Contributors

dumbbell avatar michaelklishin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.