Compare commits

..

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