mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
ecc972489a
commit
a9f57a7248
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
def libfuzzerPipeline = fileLoader.fromGit(
|
def libfuzzerPipeline = fileLoader.fromGit(
|
||||||
'infra/libfuzzer-pipeline.groovy',
|
'infra/libfuzzer-pipeline.groovy',
|
||||||
'https://github.com/google/oss-fuzz.git', 'master', null, '')
|
'https://github.com/google/oss-fuzz.git')
|
||||||
|
|
||||||
libfuzzerPipeline {
|
libfuzzerPipeline {
|
||||||
git = "https://boringssl.googlesource.com/boringssl"
|
git = "https://boringssl.googlesource.com/boringssl"
|
||||||
|
|
Loading…
Reference in New Issue