diff --git a/Jenkinsfile b/Jenkinsfile index 9c82fbd..aebf61b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 = []