This commit is contained in:
Grant Limberg 2020-06-12 15:39:02 -07:00
parent 49eefe7e78
commit b88000c349
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -57,7 +57,7 @@ def buildStaticBinaries() {
dir("build") {
sh 'make -j8 ZT_STATIC=1 all'
dir("build") {
sh "mv build/zerotier zerotier-static-${platform}"
sh "mv zerotier zerotier-static-${platform}"
stash includes: 'zerotier-static-*', name: "static-${platform}"
}
}