From e72a53b15b90195cb99b39b44741f0fbb1d1f252 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:35:49 -0700 Subject: [PATCH] Update Jenkinsfile --- libxml2/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxml2/Jenkinsfile b/libxml2/Jenkinsfile index 832b0e7b3..0355d368c 100644 --- a/libxml2/Jenkinsfile +++ b/libxml2/Jenkinsfile @@ -15,7 +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.gnome.org/libxml2"