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