ci: fix jenkinsfile

This commit is contained in:
Anton Iakimov 2024-10-29 12:00:38 +01:00
parent 50cbec1dc8
commit 04130850ee
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -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'