Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-11-03 16:26:48 -07:00 committed by GitHub
parent 21424dc82c
commit db54a03372
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +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"
// writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap)
} // stage("docker image")