Skip to content

opx-infra/aptly-publish-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptly Publish Buildkite Plugin

A Buildkite plugin for publishing Debian packages with Aptly.

Example

steps:
  - command: build.sh
    artifacts: "pool/stretch-amd64/*"
  - wait
  - plugins:
      opx-infra/aptly-publish#v0.1.2:
        download: pool/stretch-amd64
        distribution: stretch
        unstable: false

Configuration

download (required)

The path to use for downloading artifacts to publish.

slug (optional)

Append ${BUILDKITE_PIPELINE_SLUG} to the download path.

distribution (optional)

The Debian distribution to publish to. The default is stretch.

unstable (optional)

Additionally publish package to unstable release.

License

MIT (see LICENSE)