Skip to content

Commit

Permalink
test more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 21, 2024
1 parent 7f40632 commit 3af3dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/publishIntegTestResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void call(Map args = [:]) {
str == null || (str instanceof String && str.trim().isEmpty())
}
// The test of opensearch-build repository on jenkinsfile will enforce the call of this
if (isNullOrEmpty(args.distributionBuildUrl) || isNullOrEmpty(args.testReportManifestYml) || isNullOrEmpty(args.jobName) || args.jobName.equals('dummy_job')) {
if (isNullOrEmpty(args.distributionBuildUrl) || isNullOrEmpty(args.testReportManifestYml) || isNullOrEmpty(args.jobName)) {
return null
}

Expand Down

0 comments on commit 3af3dcb

Please sign in to comment.