From: Andrew Grimberg Date: Thu, 19 Aug 2021 21:06:56 +0000 (-0700) Subject: Fix: Add a . version of the packagecloud file X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=01984c5f0d9c7d1b59beba186e132ddb37bd654e;p=ci-management.git Fix: Add a . version of the packagecloud file Change-Id: I8cbd4e74e1a2330a9b21962ce1fd2b2bd772e9ac Signed-off-by: Andrew Grimberg --- 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 index 000000000..b4f21a766 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/.packagecloud/config-params.yaml @@ -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 index 000000000..4c0f10085 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/.packagecloud/content @@ -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 index 000000000..ba50257e6 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.sandbox.yaml @@ -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 index 000000000..538365ed0 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/.packagecloud/customizedCredentialMappings.yaml @@ -0,0 +1,4 @@ +--- +customizedCredentialMappings: + - credentialsId: "packagecloud_token" + tokenKey: "PACKAGECLOUD_TOKEN" \ No newline at end of file