Pete Cornish

Results 76 comments of Pete Cornish

Hi @coolcold; thanks for opening the discussion on this. To take this in a few parts: 1. Role-based access control This could be achieved by using the 'roles' and actions...

This is a great idea. The 'items' backend is probably the right place for this logic. What would you want to use to schedule checking if the time period has...

Hi @andreluna, Corebot comes with a number of built-in templates for each of the actions it supports. To see these, you can type `@corebot help` (where corebot is your Slack...

Thank you - raised #69 to look at replacing the library.

Hi @ThomasADavis, thanks for raising. I’d be happy to support this feature. Do you think you might be in a position to contribute a PR for this?

Thank you - raised https://github.com/outofcoffee/corebot/issues/69 to look at replacing the library.

Hi David. This is a nice idea for a feature. Would you be able to provide an example of your configuration?

@trentdavida Alternatively, we could implement this as a list of users to notify when a job is triggered. For example: ``` actions: deploy-services: driver: jenkins jobId: "example" template: deploy services...

FTFY @andylockran ;-) Any links to APIs you can provide? Hopefully shouldn't be too large a job assuming it takes a similar approach to other CI platforms.

Looks like might be 'Queue a build' on https://www.visualstudio.com/en-us/docs/integrate/api/build/builds ``` POST https://{instance}/DefaultCollection/{project}/_apis/build/builds?api-version={version} ``` Need to figure out: 1. how we test this 2. authentication