generated from gCubeCI/Pipeline-Docker-Template
small change
This commit is contained in:
parent
f3827aa956
commit
0c0cb5bda5
|
@ -1,6 +1,8 @@
|
|||
#!groovy
|
||||
import groovy.io.FileType.*
|
||||
import static groovy.io.FileType.FILES
|
||||
import jenkins.model.*
|
||||
|
||||
/**
|
||||
* Deploy components to the D4Science Infrastructure (dev-only)
|
||||
*
|
||||
|
@ -324,6 +326,7 @@ def getComponentsFromCSVDir(def dirPath){
|
|||
|
||||
@NonCPS
|
||||
def getComponentsFromCSVDir2(def dirPath){
|
||||
jenkins = Jenkins.instance
|
||||
def list = []
|
||||
def folder = new File(dirPath)
|
||||
println ("folder ready ");
|
||||
|
|
Loading…
Reference in New Issue