From f840cb34029994decbf9a49615ea0698a950c784 Mon Sep 17 00:00:00 2001 From: Martin Lowe Date: Fri, 29 Nov 2024 13:34:13 -0500 Subject: [PATCH] Add Jenkinsfile for preview deployments --- Jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Jenkinsfile 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