From 452d55e0557f7bc1c7340ee8e2c4be00c99ea988 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 11 Mar 2020 09:31:41 +1000 Subject: [PATCH] Testing docs deploy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 17e28ab5..3643eaec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -154,7 +154,7 @@ pipeline { stage('Docs Deploy') { when { allOf { - branch 'master' + branch 'develop' not { equals expected: 'UNSTABLE', actual: currentBuild.result }