Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-11 14:34:54 -07:00 committed by GitHub
parent 0f48e580fb
commit 49733bcced
1 changed files with 1 additions and 2 deletions

3
libpng/Jenkinsfile vendored
View File

@ -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"