From c7995a8ff7b9c27a796b47337f82d0b7b8c6e79d Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:11:56 +0000 Subject: [PATCH] ci(generated): add detect secrets stage Generated SDK source code using: - Generator version 3.106.0 - Specification version 1.0.0-dev0.1.28 - Automation (cloudant-sdks) version 22d13ad --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 34d28715d..1c1d47a2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,12 @@ pipeline { ARTIFACTORY_URL_DOWN = "${Artifactory.server('taas-artifactory').getUrl()}" } stages { + stage('Detect Secrets') { + steps { + detectSecrets() + } + } + stage('Init') { steps { script {