From b7b12d9207852ae9fedcf5bec7bd60f1d5cb912d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:40:21 -0700 Subject: [PATCH] Update Jenkinsfile --- nss/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nss/Jenkinsfile b/nss/Jenkinsfile index e8baf4bb7..898abd421 100644 --- a/nss/Jenkinsfile +++ b/nss/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 { // We can't use git. We need to use mercurial (hg) and checkout 2 repos.