mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
21424dc82c
commit
db54a03372
|
@ -82,6 +82,7 @@ def call(body) {
|
||||||
url: 'https://github.com/google/oss-fuzz.git',
|
url: 'https://github.com/google/oss-fuzz.git',
|
||||||
path: "targets/$projectName" ]
|
path: "targets/$projectName" ]
|
||||||
echo "srcmap: $srcmap"
|
echo "srcmap: $srcmap"
|
||||||
|
sh "cp $workspace/srcmap.json.tmp $srcmap"
|
||||||
// writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap)
|
// writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap)
|
||||||
} // stage("docker image")
|
} // stage("docker image")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue