Project

General

Profile

« Previous | Next » 

Revision 46521

update build config

View differences:

modules/dnet45-DSL-job/job45.groovy
12 12
        def repositoryURL = it.deploy.RepositoryURL as String
13 13
        def nightly = it.nightly as String
14 14
        def cron_node = it.cron as String
15
        def j_name =  'DSL4_'+projectName  
16
        def template_name = "dnet4-svn-template"
15
        def j_name =  'DSL45_'+projectName          
17 16
        println "executing "+projectName        
18 17
        if (versionCode == '4')
19 18
        {        
......
23 22
            }
24 23
            triggers {
25 24
               scm('H/10 * * * *')
25
               snapshotDependencies(true)
26 26
            }
27 27
            jdk('Java 8')
28 28
            goals(mvnGoal)        

Also available in: Unified diff