CI: Migrate to JCasC managed files
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I1880c3d8a66edaf23083d0734d3914af02b8837b
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml
new file mode 100644
index 0000000..79955c5
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml
@@ -0,0 +1,3 @@
+---
+name: "lftoolsini"
+comment: "lftoolsini"
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content
new file mode 100644
index 0000000..25515a8
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/content
@@ -0,0 +1,9 @@
+[rtd]
+endpoint = https://readthedocs.org/api/v3/
+token = $READTHEDOCS_TOKEN
+[nexus]
+user=$LFTOOLSINI_NEXUS_USR
+password=$LFTOOLSINI_NEXUS_PSW
+[nexus.o-ran-sc.org]
+username=$LFTOOLSINI_NEXUS_ORAN_SC_USR
+password=$LFTOOLSINI_NEXUS_ORAN_SC_PSW
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml
new file mode 120000
index 0000000..ba50257
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml
@@ -0,0 +1 @@
+customizedCredentialMappings.yaml
\ No newline at end of file
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml
new file mode 100644
index 0000000..e9bd9d2
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml
@@ -0,0 +1,8 @@
+---
+customizedCredentialMappings:
+ - credentialsId: "readthedocs-token"
+ tokenKey: "READTHEDOCS_TOKEN"
+ - credentialsId: "lftoolsini-nexus"
+ tokenKey: "LFTOOLSINI_NEXUS"
+ - credentialsId: "lftoolsini-nexus-oran-sc"
+ tokenKey: "LFTOOLSINI_NEXUS_ORAN_SC"
\ No newline at end of file