fix: update jenkinsfile to have prod domain and proper location path

This commit is contained in:
Martin Lowe
2024-12-02 15:52:44 -05:00
parent 7da5e390e7
commit 57556e0c88

3
Jenkinsfile vendored
View File

@@ -2,10 +2,11 @@
hugo (
appName: 'threadx-rtos-docs',
productionDomain: 'threadx.io',
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
deployment: [
locationPath: '/threadx/docs'
locationPath: '/docs'
]
)