nope.
This commit is contained in:
		@@ -7,10 +7,10 @@ def call(body) {
 | 
				
			|||||||
    def reposConfig = [:]
 | 
					    def reposConfig = [:]
 | 
				
			||||||
    config.reposConfig.each{repo ->
 | 
					    config.reposConfig.each{repo ->
 | 
				
			||||||
        reposConfig[repo.key] = {
 | 
					        reposConfig[repo.key] = {
 | 
				
			||||||
                String gitBranch = repo.value.gitBranch,
 | 
					                gitBranch: repo.value.gitBranch,
 | 
				
			||||||
                String gitRepo = repo.value.gitRepo,
 | 
					                gitRepo: repo.value.gitRepo,
 | 
				
			||||||
                String gitCreds = repo.value.gitCreds
 | 
					                gitCreds: repo.value.gitCreds
 | 
				
			||||||
        }
 | 
					        ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    reposConfig.each{repo ->
 | 
					    reposConfig.each{repo ->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user