From 66a653578b57fac7f6daf21fe4a8079b38680fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 6 Feb 2020 14:07:51 +0000 Subject: [PATCH] changed way of authenticating gsutil --- containers/agent-windows-jenkins/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers/agent-windows-jenkins/Dockerfile b/containers/agent-windows-jenkins/Dockerfile index 001a31b..7e8cf96 100644 --- a/containers/agent-windows-jenkins/Dockerfile +++ b/containers/agent-windows-jenkins/Dockerfile @@ -17,6 +17,9 @@ RUN powershell -NoProfile -InputFormat None -Command ` RUN pip install gsutil VOLUME C:\credentials +# configure gsutil +COPY .boto "C:\Users\ContainerAdministrator\.boto" + # install python dependencies for the scripts RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt