Skip to content

Commit

Permalink
Update generated source code
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.12.0
- Specification version 0.0.26
- Automation (cloudant-sdks) version fdeea66
  • Loading branch information
ricellis authored and eiri committed Aug 28, 2020
1 parent 9f0b64f commit 0d37b66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ pipeline {
runTests()
}
}

post {
always {
junit (
allowEmptyResults: true,
testResults: '**/junitreports/*.xml'
)
}
}
}
stage('Publish[staging]') {
environment {
Expand Down

0 comments on commit 0d37b66

Please sign in to comment.