Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-11 14:34:00 -07:00 committed by GitHub
parent ecc972489a
commit a9f57a7248
1 changed files with 1 additions and 1 deletions

View File

@ -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"