Skip to content

Support Uploading multiple files #5

@johrstrom

Description

@johrstrom

For Open OnDemand, it's likely the artifact in use (the one being cited) is an .rpm package and not the source code.

So in my case, I'd like to upload many files. Namely, The source tar and packages like rpm and deb. Ruby's really good with fileglobs, so I tend to use them a lot and think most folks would want to ** directories.

with:
  files:
    # specific files
    - 'packaging/rpm/cool-package-{{ version }}.rpm'
  
    # with globs
    - 'packaging/deb/cool_package*'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions