Files
windfree-poller/Jenkinsfile
2026-08-15 23:40:58 +02:00

13 lines
382 B
Groovy

@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'
]
)