From aa7e4836374a47aa7f58db462334930e43202f7d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:36:14 -0700 Subject: [PATCH] Update Jenkinsfile --- zlib/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zlib/Jenkinsfile b/zlib/Jenkinsfile index ce481f35b..af1356b98 100644 --- a/zlib/Jenkinsfile +++ b/zlib/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://github.com/madler/zlib.git"