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