Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 868 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 868 Bytes

Espresso v8 Functions

Azure Functions that support the build and development process of BaristaLabs Espresso v8

Mono-Repo that includes:

Espresso v8 Build Scheduler

Azure Function to queue Espresso v8 Builds on a set schedule. Due to Azure DevOps Organizations becoming dormant after a time period, scheduled builds will only execute one time after a user logs in. This seems like an arbitrary restriction on Azure DevOps part, so this is a quick-and-dirty Azure Timer-triggered Function that queues a build by hitting the DevOps REST services with a PAT, thus overcoming the limitation.

Refer to https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer#usage to mutate the TimerTrigger attribute