Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baristalabs/espresso-v8-functions
Mono-Repo that contains Azure Functions that support Espresso v8
https://github.com/baristalabs/espresso-v8-functions
automation azure-devops azure-functions build scheduled trigger
Last synced: about 1 month ago
JSON representation
Mono-Repo that contains Azure Functions that support Espresso v8
- Host: GitHub
- URL: https://github.com/baristalabs/espresso-v8-functions
- Owner: BaristaLabs
- Created: 2019-04-30T18:48:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T19:43:51.000Z (over 5 years ago)
- Last Synced: 2024-11-08T17:11:30.280Z (3 months ago)
- Topics: automation, azure-devops, azure-functions, build, scheduled, trigger
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers?view=azure-devops&tabs=yaml#my-build-didnt-run-what-happened), 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