From 3ee3e4e520cbb2fa566cc1f98fc8f4f6f94c3213 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 14 Oct 2016 16:31:32 -0700 Subject: [PATCH] using correct context dir --- tpm2/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpm2/Jenkinsfile b/tpm2/Jenkinsfile index 57609f415..79d691633 100644 --- a/tpm2/Jenkinsfile +++ b/tpm2/Jenkinsfile @@ -20,5 +20,7 @@ def libfuzzerBuild = fileLoader.fromGit( libfuzzerBuild { git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/" + # tpm2/ will contain checkout dockerfile = "tpm2/fuzz/Dockerfile" + dockerContextDir = "tpm2/" }