Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-11-03 16:27:52 -07:00 committed by GitHub
parent db54a03372
commit 8f2935ccf1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def call(body) {
url: 'https://github.com/google/oss-fuzz.git',
path: "targets/$projectName" ]
echo "srcmap: $srcmap"
sh "cp $workspace/srcmap.json.tmp $srcmap"
sh "cp $workspace/srcmap.json.tmp $srcmapFile"
// writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap)
} // stage("docker image")