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}"
}
node {
stage("Download SRC") {
stage("checkout") {
checkout scm
}
def _envmap = [:]