mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-09 19:29:34 +08:00
Update Jenkinsfile
This commit is contained in:
parent
fa2408db9e
commit
b38c378897
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -67,6 +67,9 @@ node {
|
||||
|
||||
dir("${GOPATH}/src/github.com/unidoc/unidoc-examples") {
|
||||
stage('Build examples') {
|
||||
// Debug.
|
||||
sh("printenv")
|
||||
|
||||
// Pull unidoc-examples from connected branch, or master otherwise.
|
||||
def examplesBranch = "master"
|
||||
if (env.BRANCH_NAME.take(2) == "v3") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user