On Thu, Sep 15, 2022 at 7:52 AM Karl Henselin <[email protected]> wrote:
> I didn't know that github had a jenkins action, which apparently it does, > or something causes it to find a jenkinsfile and know that means to run > some github actions. > No, these things are decoupled. ci.jenkins.io notices the `Jenkinsfile` and runs it. Whenever that build completes (actually after every stage and so on), ci.jenkins.io publishes a check to GitHub, and if on the master branch that event triggers the GitHub Action to look whether there is a successful Jenkins build and if so whether the running changelog merits a release. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1JJh8nm_sHAEqXaK_Qv1484kescp%2Bu4rN0xzS9xPed4A%40mail.gmail.com.
