Jenkinsfile comment
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ def build_docker(name) {
|
||||
return "\n - ${image}"
|
||||
}
|
||||
node {
|
||||
stage("Download SRC") {
|
||||
stage("checkout") {
|
||||
checkout scm
|
||||
}
|
||||
def _envmap = [:]
|
||||
|
||||
Reference in New Issue
Block a user