Git Product home page Git Product logo

concourse-snapcraft-resource's Introduction

concourse-snapcraft-resource

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.

Builds snaps using snapcraft

Source Config

  • name name of snap
  • channels optional the channel to release to
  • login_email optional the email to use to push to snapstore
  • login_unboud_discharge optional snapstore token discharge
  • login_macroon optional snapstore token macroon

Example

resource_types:
- name: snapcraft-resource
  type: docker-image
  source:
      repository: sophiacastellarin/concourse-snapcraft-resource
      tag: latest

resources:
- name: snapcraft-build-resource
  type: snapcraft-resource
  source:
    name: my-snap

jobs:
-name: my_great_job
  plan:
    ...
    put: sync-resource
      params:
        snapcraft_yaml:

Behavior

check : Check for new snaps

The current snap is fetched

in : No inputs

out : Build snap

Builds a new snap

Parameters

  • snapcraft_yaml: snapcraft.yaml for the snap
  • output_dir: folder to drop snap in once it's built
  • revision: optional revision of the snap
  • push: optional bool defaults to false, if set to true will push to the snap store

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.