mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53: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
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -56,8 +56,10 @@ 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") {
|
||||||
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
sh "mv build/zerotier zerotier-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