Skip to content

Commit c339905

Browse files
committed
ci: fix Jenkinsfile
1 parent 0413085 commit c339905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ pipeline {
4343
stage('experimental/rln-identity') { steps { script { buildExample() } } }
4444
stage('dogfooding') { steps { script { buildExample() } } }
4545
stage('message-monitor') { steps { script { buildExample() } } }
46-
stage('flush-notes') { steps { script { buildExample(outDir='out') } } }
47-
stage('buddybook') { steps { script { buildExample(outDir='dist') } } }
46+
stage('flush-notes') { steps { script { buildExample(example='flush-notes', outDir='out') } } }
47+
stage('buddybook') { steps { script { buildExample(example='buddybook', outDir='dist') } } }
4848
}
4949
}
5050

@@ -69,7 +69,7 @@ pipeline {
6969
}
7070
}
7171

72-
def buildExample(example=STAGE_NAME, outDir='build') {
72+
def buildExample(example=STAGE_NAME, outDir='build) {
7373
def dest = "${WORKSPACE}/build/docs/${example}"
7474
dir("examples/${example}") {
7575
sh 'npm install --silent'

0 commit comments

Comments
 (0)