From de9fbb75529d0513bcd0bede23e9d80662296c5c Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 11 Oct 2016 14:35:33 -0700 Subject: [PATCH] Update Jenkinsfile --- tpm2/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpm2/Jenkinsfile b/tpm2/Jenkinsfile index bda4c8c21..c6f2c996a 100644 --- a/tpm2/Jenkinsfile +++ b/tpm2/Jenkinsfile @@ -16,9 +16,9 @@ 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 = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/" - dockerfile = "tpm2/fuzz/Dockerfile" + dockerfile = "/src/tpm2/fuzz/Dockerfile" }