jenkins/common: created download directory in build-common on clean build

BugzID: 73973
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-07-28 11:04:39 +02:00
parent c87a2558b4
commit 701dbdc6f0
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ def syncSources(src, dst) {
if(hasSrcUrl) {
println "getting data from server..."
from = sshSrc
sh(script: "bash -c \"mkdir -p ${to}\"")
}
else {
println "putting data to server..."