Skip to content

Mono-Repo that contains Azure Functions that support Espresso v8

Notifications You must be signed in to change notification settings

BaristaLabs/Espresso-v8-Functions

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages