From 025b572e5fbb0dee1bda28a8fa2cb158a6698e0d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 21 Jul 2016 11:49:06 -0700 Subject: [PATCH] [infra] updating oss-fuzz location --- infra/libfuzzer-pipeline.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/libfuzzer-pipeline.groovy b/infra/libfuzzer-pipeline.groovy index c2b299185..5ade308f4 100644 --- a/infra/libfuzzer-pipeline.groovy +++ b/infra/libfuzzer-pipeline.groovy @@ -43,7 +43,7 @@ def call(body) { def dockerTag = "$projectName-$sanitizer" dir(sanitizer) { - echo "*** Building with $sanitizer sanitizer" + stage name: "$sanitizer sanitizer" // See JENKINS-33511 sh 'pwd > pwd.current' @@ -51,8 +51,8 @@ def call(body) { def out = "$workspace/out" if (needsOssFuzz) { - dir('libfuzzer-bot') { - git url: 'https://github.com/google/libfuzzer-bot/' + dir('oss-fuzz') { + git url: 'https://github.com/google/oss-fuzz.git' } dir(checkoutDir) {