buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

feature requests for pipeline #261

Closed ozbillwang closed 6 years ago

ozbillwang commented 7 years ago

Put all requests about pipeline together, if you are already working on some of them , please share the ticket numbers, I can update.

I am assigned to a team under an organization. A lot of pipelines are created in my team, I hope to create sub-groups, move the pipelines in different sub-groups, so we can arrange these pipelines easily.

I guess to implement this will be harder than search feature. If you can make the search works, I am fine without group feature.

I have no permission to access organization setting. So need feature that I can set slack notification in the pipeline setting. It will be better if I can put slack setting in pipeline.yml file directly.

That's not only for slack notification, same for other features if they are useful, but in an organization setting only.

Currently, I need to add below lines to each step in pipeline.yml

agents:
  queue: 'agent-1

Can we have a feature to set default agent for each team? So if the pipeline under this team, will assign to default agent.

Or if can, set agents queue to top level in pipeline.yml

So I needn't to delete and add it back if I want to test something.

H * * * *

To allow periodically scheduled tasks to produce even load on the system, the symbol H (for “hash”) should be used wherever possible. For example, using 0 0 for a dozen daily jobs will cause a large spike at midnight. In contrast, using H H would still execute each job once a day, but not all at the same time, better using limited resources.

lox commented 6 years ago

Relevant tickets are:

lox commented 6 years ago

I'm going to close this one out, feel free to break those two out into different issues if you still need them @ozbillwang.