summaryrefslogtreecommitdiffstats
path: root/jenkins-config/managed-config-files/custom/packagecloud
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-config/managed-config-files/custom/packagecloud')
-rw-r--r--jenkins-config/managed-config-files/custom/packagecloud/config-params.yaml3
-rw-r--r--jenkins-config/managed-config-files/custom/packagecloud/content4
l---------jenkins-config/managed-config-files/custom/packagecloud/customizedCredentialMappings.sandbox.yaml1
-rw-r--r--jenkins-config/managed-config-files/custom/packagecloud/customizedCredentialMappings.yaml4
4 files changed, 12 insertions, 0 deletions
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..b6eada498
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/packagecloud/config-params.yaml
@@ -0,0 +1,3 @@
+---
+name: "packagecloud"
+comment: "packagecloud"
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..034ea76ff
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/packagecloud/customizedCredentialMappings.yaml
@@ -0,0 +1,4 @@
+---
+customizedCredentialMappings:
+ - credentialsId: "packagecloud_token"
+ tokenKey: "PACKAGECLOUD_TOKEN"