update jenkinsfile for matching examples branch

This commit is contained in:
Gunnsteinn Hall 2018-08-03 22:19:33 +00:00
parent 033b11df86
commit 9a4d28d24b

3
Jenkinsfile vendored
View File

@ -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