From 49733bcced28bd1deadf78e368c63e17116529c2 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:34:54 -0700 Subject: [PATCH] Update Jenkinsfile --- libpng/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libpng/Jenkinsfile b/libpng/Jenkinsfile index b25741101..4a256e7f8 100644 --- a/libpng/Jenkinsfile +++ b/libpng/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 = "git://git.code.sf.net/p/libpng/code"