-
Notifications
You must be signed in to change notification settings - Fork 0
/
workflows.yml
17 lines (17 loc) · 1.22 KB
/
workflows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
github-to-heroku:
name: Github to Heroku Deployment
config: https://raw.githubusercontent.com/factor-io/index/master/workflows/github-to-heroku/config.json
description: Deploy your application to Heroku whenever you push (or merge pull reuqest) to a Github Repo.
basic:
name: Getting Started
config: https://raw.githubusercontent.com/factor-io/index/master/workflows/basic/config.json
description: A 'Cron' like workflow for running an HTTP post on a scheduled. Doesn't require any credentials.
close-pivotal-story-with-github-commit:
name: Closing Pivotal Tracker stories via Github commit messages
config: https://raw.githubusercontent.com/factor-io/index/master/workflows/close-pivotal-story-with-github-commit/config.json
description: Use the same syntax as defined by Github for closing Github Issues to set state of a Pivotal Tracker storiy to 'delivered'.
update-pivotal-story-on-test-run:
name: Update Pivotal Tracker Story when Jenkins test runs
config: https://raw.githubusercontent.com/factor-io/index/master/workflows/update-pivotal-story-on-test-run/config.json
description: After you push a commit to Github it will run a Jenkins build then update Pivotal Stories associated with commits to 'finished' on success