From 9ff437cd7e1988c32af89f7212ace6eaec68eb73 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 24 Aug 2021 10:03:35 +1000 Subject: [PATCH] Fix: Add blank lines to npm and pip managed config The blank lines are required as a part of JCASC config or Jobs fail on file not found exception. Issue-ID: LF-Jira RELENG-3890 Change-Id: Ia8455dcbfcb311b49a0895737866d477bb0c831e Signed-off-by: Anil Belur --- jenkins-config/managed-config-files/custom/npmrc/content | 2 ++ jenkins-config/managed-config-files/custom/pipconf/content | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 jenkins-config/managed-config-files/custom/npmrc/content create mode 100644 jenkins-config/managed-config-files/custom/pipconf/content diff --git a/jenkins-config/managed-config-files/custom/npmrc/content b/jenkins-config/managed-config-files/custom/npmrc/content new file mode 100644 index 0000000..139597f --- /dev/null +++ b/jenkins-config/managed-config-files/custom/npmrc/content @@ -0,0 +1,2 @@ + + diff --git a/jenkins-config/managed-config-files/custom/pipconf/content b/jenkins-config/managed-config-files/custom/pipconf/content new file mode 100644 index 0000000..139597f --- /dev/null +++ b/jenkins-config/managed-config-files/custom/pipconf/content @@ -0,0 +1,2 @@ + + -- 2.16.6