From 33c867895c20526ffe6a0add7bb974ddcaf9b1c4 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 10 Jan 2024 09:24:45 +1000 Subject: [PATCH] Fix jenkinsfile after messy merge --- Jenkinsfile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 86f4d2b0..c34cdff3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,6 +89,7 @@ pipeline { stage('Docs') { steps { dir(path: 'docs') { + sh 'yarn set version berry' sh 'yarn install' sh 'yarn build' } @@ -143,20 +144,6 @@ pipeline { } junit 'test/results/junit/*' } - } - } - stage('Docs') { - when { - not { - equals expected: 'UNSTABLE', actual: currentBuild.result - } - } - steps { - dir(path: 'docs') { - sh 'yarn set version berry' - sh 'yarn install' - sh 'yarn build' - } stage('Mysql') { steps { // Bring up a stack