Project

General

Profile

« Previous | Next » 

Revision 46393

changed base folder on job.groovy

View differences:

job.groovy
1
def myFile= new File("/tmp/DSL40/configuration.xml")
1
def myFile= new File("/tmp/DSL45/configuration.xml")
2 2
def parser=new XmlSlurper().parseText(myFile.text);
3 3
def allModule=parser.module.each {
4 4
        def projectName= it.name as String

Also available in: Unified diff