generated from gCubeCI/Pipeline-Docker-Template
add FilePath import
This commit is contained in:
parent
3f607a0ac4
commit
f48fbfc448
|
@ -2,6 +2,8 @@
|
||||||
import groovy.io.FileType
|
import groovy.io.FileType
|
||||||
import static groovy.io.FileType.FILES
|
import static groovy.io.FileType.FILES
|
||||||
import jenkins.model.*
|
import jenkins.model.*
|
||||||
|
import hudson.FilePath;
|
||||||
|
import jenkins.model.Jenkins;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deploy components to the D4Science Infrastructure (dev-only)
|
* Deploy components to the D4Science Infrastructure (dev-only)
|
||||||
|
|
Loading…
Reference in New Issue