mirror of
https://github.com/eclipse-threadx/rtos-docs.git
synced 2026-02-06 02:52:14 +08:00
12 lines
229 B
Groovy
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'
|
|
]
|
|
) |