ci: fix Jenkinsfile

This commit is contained in:
Anton Iakimov 2024-10-29 12:17:35 +01:00
parent c339905aa4
commit b791a1efa8
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'