mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
remove unneeded output
This commit is contained in:
parent
417cdc17dc
commit
cc52835ce3
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -52,12 +52,10 @@ def buildStaticBinaries() {
|
||||||
dir ("build") {
|
dir ("build") {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
sh "echo ${distro}-${platform}"
|
|
||||||
def runtime = docker.image("ztbuild/${distro}-${platform}:latest")
|
def runtime = docker.image("ztbuild/${distro}-${platform}:latest")
|
||||||
runtime.inside {
|
runtime.inside {
|
||||||
dir("build") {
|
dir("build") {
|
||||||
sh 'make -j8 ZT_STATIC=1 all'
|
sh 'make -j8 ZT_STATIC=1 all'
|
||||||
sh "file ./zerotier-one"
|
|
||||||
sh "mv zerotier-one zerotier-one-static-${platform}"
|
sh "mv zerotier-one zerotier-one-static-${platform}"
|
||||||
stash includes: 'zerotier-one-static-*', name: "static-${platform}"
|
stash includes: 'zerotier-one-static-*', name: "static-${platform}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue