Merge pull request #36 from autumnfound/malowe/main/jenkinsfile

Add Jenkinsfile for preview deployments
This commit is contained in:
Frédéric Desbiens
2024-12-02 12:31:11 -05:00
committed by GitHub

11
Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,11 @@
@Library('releng-pipeline') _
hugo (
appName: 'threadx-rtos-docs',
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
deployment: [
locationPath: '/threadx/docs'
]
)