Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic tasks and ad-hoc task support #878

Open
macropin opened this issue Oct 27, 2015 · 0 comments
Open

Generic tasks and ad-hoc task support #878

macropin opened this issue Oct 27, 2015 · 0 comments

Comments

@macropin
Copy link
Contributor

(Further to discussion in #667)

Strider currently assumes that all tasks conform to the "build->test->deploy" paradigm. This does not fit our use case. We are only concerned about the "Deploy" step, and a generic task model would suite us better.

We are using strider as a continuous delivery tool: Strider receives a poke via the GitHub / BitBucket plugin (webhook) and from there it performs some magic to deploy the new code on a Docker/Fleet cluster. We've had to shoe-horn this into the current model, and the inclusion of 'Test' buttons in our projects are unnecessary.

From a dev-ops perspective being able to define ad-hoc repeatable tasks would be useful too. Some examples could include: Task to update our cluster, or scale up or down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants