node("linux && amd64 && docker") { docker.image("icedream/freetz:2.0").inside { checkout scm sh "make" archive "images/**,outboard/**" } }