master #26

Merged
peri4 merged 3 commits from master into release 2020-05-21 13:15:35 +03:00
Showing only changes of commit 2d509afe89 - Show all commits

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 = [:]