Access to the workspace from the master node.

This commit is contained in:
Manuele Simi 2019-08-30 15:34:49 -04:00
parent 3ab4e0c39c
commit f32861fe19
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

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