Skip to content
Snippets Groups Projects
Commit 2bb9058b authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed syntax error

parent 551b47fa
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ def doPublish(ArrayList<String> builds) {
// unstash result files into subdirectories
builds.each {
dir("${it}") {
def (label, buildType) = buildName.tokenize('-')
def (label, buildType) = it.tokenize('-')
// get cobertura coverage result (only Debug)
if(buildType == "Debug") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment