pipeline { agent none stages { stage('') { steps { ws(dir: 'C:/GITTEMP') { readFile 'build.txt' } } } } }