Fix: Add a . version of the packagecloud file 40/33540/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 19 Aug 2021 21:06:56 +0000 (14:06 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 19 Aug 2021 21:06:56 +0000 (14:06 -0700)
Change-Id: I8cbd4e74e1a2330a9b21962ce1fd2b2bd772e9ac
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jenkins-config/managed-config-files/custom/.packagecloud/config-params.yaml [new file with mode: 0644]
jenkins-config/managed-config-files/custom/.packagecloud/content [new file with mode: 0644]
jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.sandbox.yaml [new symlink]
jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.yaml [new file with mode: 0644]

diff --git a/jenkins-config/managed-config-files/custom/.packagecloud/config-params.yaml b/jenkins-config/managed-config-files/custom/.packagecloud/config-params.yaml
new file mode 100644 (file)
index 0000000..b4f21a7
--- /dev/null
@@ -0,0 +1,3 @@
+---
+name: "packagecloud"
+comment: "packagecloud"
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/.packagecloud/content b/jenkins-config/managed-config-files/custom/.packagecloud/content
new file mode 100644 (file)
index 0000000..4c0f100
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "url":"https://packagecloud.io",
+  "token":"$PACKAGECLOUD_TOKEN"
+}
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.sandbox.yaml b/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.sandbox.yaml
new file mode 120000 (symlink)
index 0000000..ba50257
--- /dev/null
@@ -0,0 +1 @@
+customizedCredentialMappings.yaml
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.yaml
new file mode 100644 (file)
index 0000000..538365e
--- /dev/null
@@ -0,0 +1,4 @@
+---
+customizedCredentialMappings:
+  - credentialsId: "packagecloud_token"
+    tokenKey: "PACKAGECLOUD_TOKEN"
\ No newline at end of file