small change

This commit is contained in:
Roberto Cirillo 2022-09-16 15:10:09 +02:00
parent f3827aa956
commit 0c0cb5bda5
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -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 ");