Access to the workspace with __FILE__.

This commit is contained in:
Manuele Simi 2019-08-30 16:06:11 -04:00
parent f32861fe19
commit 4c8f3a4176
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 workspace ="${pwd()}"
def workspace = new File(__FILE__).parent.absolutePath
def releaseConfigDir = "${workspace}/releases"
def files = []