From 9a4d28d24b35de48be45971f7700fd4f2ccfe4d9 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Fri, 3 Aug 2018 22:19:33 +0000 Subject: [PATCH] update jenkinsfile for matching examples branch --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1c97cf8b..db3bbd6a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,6 +67,9 @@ node { case "v3": examplesBranch = "v3" break + case "v3-enhance-forms": + examplesBranch = "v3-enhance-forms" + break } echo "Pulling unidoc-examples on branch ${examplesBranch}" git url: 'https://github.com/unidoc/unidoc-examples.git', branch: examplesBranch