Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-31 12:40:49 -07:00 committed by GitHub
parent 50a6cab7fc
commit ee0e3f2a05
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
'https://github.com/google/oss-fuzz.git')
libfuzzerBuild {
svn = "http://source.icu-project.org/repos/icu/icu/trunk/"
svn = "http://source.icu-project.org/repos/icu/trunk/icu4c/"
}