This commit is contained in:
2020-05-20 18:14:56 +03:00

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ def build_docker(name) {
return "\n - ${image}" return "\n - ${image}"
} }
node { node {
stage("Download SRC") { stage("checkout") {
checkout scm checkout scm
} }
def _envmap = [:] def _envmap = [:]