add FilePath import

This commit is contained in:
Roberto Cirillo 2022-09-29 15:56:47 +02:00
parent 3f607a0ac4
commit f48fbfc448
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -2,6 +2,8 @@
import groovy.io.FileType
import static groovy.io.FileType.FILES
import jenkins.model.*
import hudson.FilePath;
import jenkins.model.Jenkins;
/**
* Deploy components to the D4Science Infrastructure (dev-only)