Access to the workspace with SEED_JOB.

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