-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tibber-price-publish.yml
55 lines (48 loc) · 1.36 KB
/
tibber-price-publish.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
47
48
49
50
51
52
53
54
55
trigger: none
schedules:
- cron: "0 * * * *"
displayName: At minute 0
branches:
include:
- main
always: true
pool:
vmImage: windows-latest
variables:
- group: tibber-pulse
resources:
pipelines:
- pipeline: tibber-price-json
source: \tibber-price-json
# source: \tibber-price-json-backup
branch: main
repositories:
# See https://github.com/stefanes/azure-pipelines
- repository: templates
type: github
endpoint: stefanes
name: stefanes/azure-pipelines
jobs:
- job:
displayName: Tibber price info
timeoutInMinutes: 50
steps:
- template: install-modules.yml@templates
parameters:
modules:
- PSTibber
- PSGraphite
allowPrerelease: false
reinstall: true
- download: tibber-price-json
artifact: tibber-price
displayName: Download Tibber price info
- template: invoke-expressionwithretry.yml@templates
parameters:
expression: .\tibber-price-publish.ps1 -Path '$(Pipeline.Workspace)\tibber-price-json\tibber-price'
displayName: Publish price info 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