[infra] updating oss-fuzz location

This commit is contained in:
Mike Aizatsky 2016-07-21 11:49:06 -07:00
parent 3d59d551e9
commit 025b572e5f
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ def call(body) {
def dockerTag = "$projectName-$sanitizer" def dockerTag = "$projectName-$sanitizer"
dir(sanitizer) { dir(sanitizer) {
echo "*** Building with $sanitizer sanitizer" stage name: "$sanitizer sanitizer"
// See JENKINS-33511 // See JENKINS-33511
sh 'pwd > pwd.current' sh 'pwd > pwd.current'
@ -51,8 +51,8 @@ def call(body) {
def out = "$workspace/out" def out = "$workspace/out"
if (needsOssFuzz) { if (needsOssFuzz) {
dir('libfuzzer-bot') { dir('oss-fuzz') {
git url: 'https://github.com/google/libfuzzer-bot/' git url: 'https://github.com/google/oss-fuzz.git'
} }
dir(checkoutDir) { dir(checkoutDir) {