Windfree poller application & jenkins pipeline
This commit is contained in:
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal 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'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user