Echo content of the current folder.

This commit is contained in:
Manuele Simi 2019-08-29 17:34:03 -04:00
parent 8036fba682
commit a97397ba91
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
import groovy.json.JsonSlurper
echo `ls -lrt */*`
//check and parse the release file
def inputFile = new File(".\\releases\\gcube-${params.gCube_release_number}.json")
assert inputFile.exists() : "Release file not found (expected gcube-${params.gCube_release_number}.json)"