From 69836dca6ecdc22fbdffb223c1127a7805a89466 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Mon, 29 Oct 2018 11:58:45 +1100 Subject: [PATCH] Add Jenkinsfile runner to community resources section Let's you run a Jenkinsfile inside a github action, powered by: https://github.com/jonico/jenkinsfile-runner-github-actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2da244e..14c1d54 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ With GitHub Actions you can automate your workflow from idea to production. - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) +- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) ### Tutorials