Skip to content

Commit 1b52784

Browse files
cloudant-sdks-automationricellis
authored andcommitted
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
1 parent 8b7249b commit 1b52784

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Jenkinsfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pipeline {
6464
}
6565
}
6666
}
67+
6768
stage('SonarQube analysis') {
6869
environment {
6970
scannerHome = tool 'SonarQubeScanner'
@@ -87,6 +88,7 @@ pipeline {
8788
scanCode()
8889
}
8990
}
91+
9092
stage('Publish[staging]') {
9193
when {
9294
not {
@@ -115,6 +117,7 @@ pipeline {
115117
}
116118
}
117119
}
120+
118121
stage('Run Gauge tests') {
119122
when {
120123
not {
@@ -154,6 +157,19 @@ pipeline {
154157
}
155158
}
156159
}
160+
161+
stage('Mend scan') {
162+
when {
163+
expression { env.BRANCH_IS_PRIMARY }
164+
}
165+
environment {
166+
WS_PROJECTNAME="cloudant-${libName}-sdk"
167+
}
168+
steps {
169+
mendScan()
170+
}
171+
}
172+
157173
stage('Update version and tag') {
158174
when {
159175
beforeAgent true

0 commit comments

Comments
 (0)