Jenkinsfile comment

This commit is contained in:
2020-05-19 21:13:31 +03:00
parent 68945371f5
commit e3000e5ebc

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