master #25

Merged
peri4 merged 3 commits from master into release 2020-05-19 21:49:12 +03:00
Showing only changes of commit e3000e5ebc - Show all commits

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