hercules-ci / support

User feedback, questions and our public roadmap. help@hercules-ci.com
5 stars 1 forks source link

Run arbitrary expressions as a job #57

Open roberth opened 3 years ago

roberth commented 3 years ago

Add at least

Related: https://github.com/hercules-ci/hercules-ci-agent/issues/309

nomeata commented 3 years ago

Especially for the use case of invoking it from a GitHub action, the ability to pass simple metadata (a custom job title, maybe a link that would show up in the dashboard and could point to the commit or action job) would be nice

nomeata commented 2 years ago

Maybe simpler, but helpful in cases I care about: a command hci wait that I can run in an GitHub action to wait for Hercules CI to build stuff (the whole jobx or maybe just one attribute), before running nix-build in GHA and doing further deploy-like actions. (Hercules CI has effects too, but some things might simply be easier from an GitHub action.)