How I can orchestrate GitHub Actions from Jenkins?
7 views
Skip to first unread message
Vitaly Karasik
unread,
Dec 31, 2019, 7:59:10 AM12/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
I'm curious if there a simple way (not via low-level API) to orchestrate GitHub Actions from Jenkins. I found https://github.com/appleboy/jenkins-action which tries to do the opposite - run Jenkins from GitHub Actions.
But I'd like to keep my Jenkins as is for now and just use GitHub Actions for certain tasks instead of Jenkins slaves.