diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..baf6929 --- /dev/null +++ b/Jenkinsfile @@ -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' + ] +) \ No newline at end of file