Files
Threadx-docs/Jenkinsfile

12 lines
229 B
Groovy

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