From 04130850eeacb826149ed185aaaee0164b92a186 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 29 Oct 2024 12:00:38 +0100 Subject: [PATCH] ci: fix jenkinsfile --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 3133ce2..67765be 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { } } -def buildExample(example=STAGE_NAME, outDir=build) { +def buildExample(example=STAGE_NAME, outDir='build') { def dest = "${WORKSPACE}/build/docs/${example}" dir("examples/${example}") { sh 'npm install --silent'