Windfree poller application & jenkins pipeline

This commit is contained in:
Bitó Attila
2026-08-15 23:40:58 +02:00
parent 41f76ae794
commit 9a633abc5c
24 changed files with 1290 additions and 0 deletions

12
Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,12 @@
@Library('vulcan-ci') _
pythonApplicationPipeline(
applicationName: 'windfree-poller',
pythonImage: 'python:3.11-slim-bookworm',
imageRepository: 'repo.attilabito.com/apps/windfree-poller',
targetPlatform: 'linux/arm64',
validationCommands: [
'.venv/bin/smartthings-windfree-poller --help',
'.venv/bin/smartthings-windfree-oauth --help'
]
)