This commit is contained in:
Mike Aizatsky 2016-11-03 14:13:51 -07:00
parent 643a22578a
commit 1e6fc4b119
1 changed files with 1 additions and 1 deletions

View File

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