mirror of
https://github.com/eclipse-threadx/rtos-docs.git
synced 2026-02-05 18:50:13 +08:00
Add Jenkinsfile for preview deployments
This commit is contained in:
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal 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'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user