Skip to content

Commit 1ca2f17

Browse files
ricelliseiri
authored andcommitted
Update generated source code
Generated SDK source code using: - Generator version 3.12.0 - Specification version 0.0.26 - Automation (cloudant-sdks) version fdeea66
1 parent e72b2fb commit 1ca2f17

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ pipeline {
4242
runTests()
4343
}
4444
}
45+
46+
post {
47+
always {
48+
junit (
49+
allowEmptyResults: true,
50+
testResults: '**/junitreports/*.xml'
51+
)
52+
}
53+
}
4554
}
4655
stage('Publish[staging]') {
4756
environment {

0 commit comments

Comments
 (0)