mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-01 22:17:29 +08:00
update jenkinsfile for matching examples branch
This commit is contained in:
parent
033b11df86
commit
9a4d28d24b
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -67,6 +67,9 @@ node {
|
|||||||
case "v3":
|
case "v3":
|
||||||
examplesBranch = "v3"
|
examplesBranch = "v3"
|
||||||
break
|
break
|
||||||
|
case "v3-enhance-forms":
|
||||||
|
examplesBranch = "v3-enhance-forms"
|
||||||
|
break
|
||||||
}
|
}
|
||||||
echo "Pulling unidoc-examples on branch ${examplesBranch}"
|
echo "Pulling unidoc-examples on branch ${examplesBranch}"
|
||||||
git url: 'https://github.com/unidoc/unidoc-examples.git', branch: examplesBranch
|
git url: 'https://github.com/unidoc/unidoc-examples.git', branch: examplesBranch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user