-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tibber-production-1h.yml
46 lines (40 loc) · 1.11 KB
/
tibber-production-1h.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
trigger: none
schedules:
- cron: "30 * * * *"
displayName: At minute 30
branches:
include:
- main
always: true
pool:
vmImage: windows-latest
variables:
- group: tibber-pulse
resources:
repositories:
# See https://github.com/stefanes/azure-pipelines
- repository: templates
type: github
endpoint: stefanes
name: stefanes/azure-pipelines
jobs:
- job:
displayName: Tibber hourly production
timeoutInMinutes: 50
steps:
- template: install-modules.yml@templates
parameters:
modules:
- PSTibber
- PSGraphite
allowPrerelease: false
reinstall: true
- template: invoke-expressionwithretry.yml@templates
parameters:
expression: .\tibber-production.ps1 -Publish -TimeZone 'W. Europe Standard Time'
displayName: Get hourly production metrics
env:
TIBBER_ACCESS_TOKEN: $(TIBBER_API_KEY)
TIBBER_USER_AGENT: "stefanes.tibber-pulse/0.1.1"
GRAPHITE_ACCESS_TOKEN: $(GF_API_KEY)
GRAPHITE_METRICS_PREFIX: tibber