From 57204ea620ddf811cb33160100bbad153c169f12 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:36:01 -0700 Subject: [PATCH] Update Jenkinsfile --- re2/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/re2/Jenkinsfile b/re2/Jenkinsfile index 689fab06f..1d7242a17 100644 --- a/re2/Jenkinsfile +++ b/re2/Jenkinsfile @@ -15,8 +15,7 @@ //////////////////////////////////////////////////////////////////////////////// def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy', - 'https://github.com/google/oss-fuzz.git', - 'master', null, '') + 'https://github.com/google/oss-fuzz.git') libfuzzerBuild { git = "https://code.googlesource.com/re2"