alces on 03/06/13
Last Edited at 03/06/13 01:47am
new File(System.getenv('HUDSON_HOME'), 'jobs').eachFile {j -> c = new File(j.absolutePath, 'config.xml') if (c.file) new XmlParser().parse(c).'**'.findAll{it.name() == 'mavenName'}.collect{"$j.name: ${it.text()}"}.unique().each { println it } }
URL: hudson_mvn_vers
Report this snippet Tweet
Comment:
You need to login to post a comment.