Add Jenkinsfile for preview deployments

This commit is contained in:
Martin Lowe
2024-11-29 13:34:13 -05:00
parent 71a7c00f36
commit f840cb3402

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