|
|
@ -47,7 +47,7 @@ def dataContent ={def dir -> |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
FileTree f1=fileTree(dir:'../../',include:"finereport-*-stable/${branchName}/build/libs/*.jar"); |
|
|
|
FileTree f1=fileTree(dir:'../../../include:"finereport-*-stable/${branchName}/build/libs/*.jar") |
|
|
|
f1.each{File file-> |
|
|
|
f1.each{File file-> |
|
|
|
println "----------${file.path}" |
|
|
|
println "----------${file.path}" |
|
|
|
} |
|
|
|
} |
|
|
|