Remove debug logs.

This commit is contained in:
Manuele Simi 2020-03-12 10:33:09 -04:00
parent d651083ee8
commit 4af8c62144
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
p.getAllJobs().each { j -> projects2artifacts[p.name] << j.name; artifacts2projects[j.name] = p.name }
}
println "FOUND ${projects2artifacts.size()} projects"
projects2artifacts.each { k,v -> println ("PROJECT ${k} BUILDS ${v}") }
//projects2artifacts.each { k,v -> println ("PROJECT ${k} BUILDS ${v}") }
}
}
}