Access to the workspace with SEED_JOB.
This commit is contained in:
parent
4c8f3a4176
commit
3b9ac54814
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue