Remove env. prefix.

This commit is contained in:
Manuele Simi 2019-08-30 15:18:53 -04:00
parent 403f80cd27
commit 3ab4e0c39c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ import groovy.io.FileType
//locate where this jenkinsfile is
def releaseConfigDir = "${env.WORKSPACE}/releases"
def releaseConfigDir = "${WORKSPACE}/releases"
def files = []
new File(releaseConfigDir).eachFileRecurse (FileType.FILES) { file ->