From 3270b9cf748d70f9060b0ec3400a02abec44cb52 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Tue, 23 Sep 2025 08:22:20 +0000 Subject: [PATCH] chore(generated): mend stage Generated SDK source code using: - Generator version 3.107.1 - Specification version 1.0.0-dev0.1.29 - Automation (cloudant-sdks) version 60a9b0e --- Jenkinsfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5912adae..e79bd67e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,6 +64,7 @@ pipeline { } } } + stage('SonarQube analysis') { environment { scannerHome = tool 'SonarQubeScanner' @@ -87,6 +88,7 @@ pipeline { scanCode() } } + stage('Publish[staging]') { when { not { @@ -115,6 +117,7 @@ pipeline { } } } + stage('Run Gauge tests') { when { not { @@ -154,6 +157,19 @@ pipeline { } } } + + stage('Mend scan') { + when { + expression { env.BRANCH_IS_PRIMARY } + } + environment { + WS_PROJECTNAME="cloudant-${libName}-sdk" + } + steps { + mendScan() + } + } + stage('Update version and tag') { when { beforeAgent true