diff options
Diffstat (limited to 'jenkins-config/managed-config-files/custom/sigul-password')
4 files changed, 9 insertions, 0 deletions
diff --git a/jenkins-config/managed-config-files/custom/sigul-password/config-params.yaml b/jenkins-config/managed-config-files/custom/sigul-password/config-params.yaml new file mode 100644 index 000000000..c5dd08f81 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/sigul-password/config-params.yaml @@ -0,0 +1,3 @@ +--- +name: "sigul-password" +comment: "sigul-password"
\ No newline at end of file diff --git a/jenkins-config/managed-config-files/custom/sigul-password/content b/jenkins-config/managed-config-files/custom/sigul-password/content new file mode 100644 index 000000000..3857ffc3c --- /dev/null +++ b/jenkins-config/managed-config-files/custom/sigul-password/content @@ -0,0 +1 @@ +$SIGUL_PASS
\ No newline at end of file diff --git a/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.sandbox.yaml b/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.sandbox.yaml new file mode 120000 index 000000000..ba50257e6 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.sandbox.yaml @@ -0,0 +1 @@ +customizedCredentialMappings.yaml
\ No newline at end of file diff --git a/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.yaml new file mode 100644 index 000000000..e2e271ecf --- /dev/null +++ b/jenkins-config/managed-config-files/custom/sigul-password/customizedCredentialMappings.yaml @@ -0,0 +1,4 @@ +--- +customizedCredentialMappings: + - credentialsId: "sigul-pass" + tokenKey: "SIGUL_PASS"
\ No newline at end of file |