From 68cd7dae40bceeebaffca72e63e5cb303b0fe98b Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 30 Jun 2022 12:43:14 +0100 Subject: [PATCH] updated jenkins_cred_set_kubernetes_sa.sh --- jenkins_cred_set_kubernetes_sa.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins_cred_set_kubernetes_sa.sh b/jenkins_cred_set_kubernetes_sa.sh index 48484362..896b2d1a 100755 --- a/jenkins_cred_set_kubernetes_sa.sh +++ b/jenkins_cred_set_kubernetes_sa.sh @@ -35,6 +35,8 @@ or standard shell export format - useful for shell piping In cases where you are reading secrets from stdin, you can set the store and domain via the environment variables \$JENKINS_SECRET_STORE and \$JENKINS_SECRET_DOMAIN +Tested on Jenkins 2.319 with Credentials plugin 2.5 + Uses the adjacent jenkins_api.sh - see there for authentication details