From d47c71b9092dbc2fb835830bee78b9ff78d1026d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:34:18 -0700 Subject: [PATCH] Update Jenkinsfile --- expat/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Jenkinsfile b/expat/Jenkinsfile index 32afa56ec..aa9004e49 100644 --- a/expat/Jenkinsfile +++ b/expat/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.code.sf.net/p/expat/code_git"