From a9f57a72487b2731d9f01d9ec5260b8a14e504fc Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:34:00 -0700 Subject: [PATCH] Update Jenkinsfile --- boringssl/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boringssl/Jenkinsfile b/boringssl/Jenkinsfile index 8701c0483..492534d40 100644 --- a/boringssl/Jenkinsfile +++ b/boringssl/Jenkinsfile @@ -16,7 +16,7 @@ def libfuzzerPipeline = fileLoader.fromGit( 'infra/libfuzzer-pipeline.groovy', - 'https://github.com/google/oss-fuzz.git', 'master', null, '') + 'https://github.com/google/oss-fuzz.git') libfuzzerPipeline { git = "https://boringssl.googlesource.com/boringssl"