From 2a0d0e553fe5b6df3cf7ad389467ac5fbef62297 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 14 Dec 2021 17:07:08 -0800 Subject: Feat: Add JCasC managed config files Change-Id: Ibe1e731577cac990d078e03b4be21fdfc0c5b82c Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- jenkins-config/managed-config-files/custom/pipconf/config-params.yaml | 3 +++ jenkins-config/managed-config-files/custom/pipconf/content | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 jenkins-config/managed-config-files/custom/pipconf/config-params.yaml create mode 100644 jenkins-config/managed-config-files/custom/pipconf/content (limited to 'jenkins-config/managed-config-files/custom/pipconf') diff --git a/jenkins-config/managed-config-files/custom/pipconf/config-params.yaml b/jenkins-config/managed-config-files/custom/pipconf/config-params.yaml new file mode 100644 index 000000000..e2eb56e92 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/pipconf/config-params.yaml @@ -0,0 +1,3 @@ +--- +name: "pipconf" +comment: "Pip config file" 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 000000000..eaeb330db --- /dev/null +++ b/jenkins-config/managed-config-files/custom/pipconf/content @@ -0,0 +1,2 @@ +[global] +timeout = 60 -- cgit 1.2.3-korg