diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 070280f..b0e590d 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'