mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
rename error for static
This commit is contained in:
parent
bfdac7a8f0
commit
49eefe7e78
1 changed files with 4 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -56,9 +56,11 @@ def buildStaticBinaries() {
|
||||||
runtime.inside {
|
runtime.inside {
|
||||||
dir("build") {
|
dir("build") {
|
||||||
sh 'make -j8 ZT_STATIC=1 all'
|
sh 'make -j8 ZT_STATIC=1 all'
|
||||||
sh "mv zerotier zerotier-static-${platform}"
|
dir("build") {
|
||||||
|
sh "mv build/zerotier zerotier-static-${platform}"
|
||||||
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
cleanWs deleteDirs: true, disableDeferredWipeout: true, notFailBuild: true
|
cleanWs deleteDirs: true, disableDeferredWipeout: true, notFailBuild: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue