13 lines
382 B
Groovy
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'
|
|
]
|
|
)
|