Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact criteria are hardcoded in source-code #1

Open
JayFoxRox opened this issue Jan 27, 2020 · 0 comments
Open

Artifact criteria are hardcoded in source-code #1

JayFoxRox opened this issue Jan 27, 2020 · 0 comments

Comments

@JayFoxRox
Copy link
Owner

The source code defines a couple of global variables to control which artifact is being looked for.
Ideally the HTTP server would allow arguments or some kind of path, so this server can be hosted to support all public GitHub projects.

For example:

http://server.org/<owner>/<repo>/<branch>/<workflow_name>/<workflow_event>/<artifact_name>

or

http://server.org/?owner=<owner>&repo=<repo>&branch=<branch>&workflow=...

This could also be extended with matching for multiple criteria, although KISS is probably better here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant