diff --git a/build.gradle b/build.gradle index 5af7009d..4fcdc413 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ jacocoTestReport { } } -String version = '6.8.3' +String version = '6.8.4' task updateVersion { doLast { diff --git a/vars/publishIntegTestResults.groovy b/vars/publishIntegTestResults.groovy index bc93a861..4565016f 100644 --- a/vars/publishIntegTestResults.groovy +++ b/vars/publishIntegTestResults.groovy @@ -26,9 +26,7 @@ void call(Map args = [:]) { def isNullOrEmpty = { str -> str == null || (str instanceof String && str.trim().isEmpty()) } - if (isNullOrEmpty(args.version) || isNullOrEmpty(args.distributionBuildNumber) || isNullOrEmpty(args.distributionBuildUrl) || - isNullOrEmpty(args.rcNumber) || isNullOrEmpty(args.rc) || isNullOrEmpty(args.platform) || - isNullOrEmpty(args.architecture) || isNullOrEmpty(args.distribution) || isNullOrEmpty(args.testReportManifestYml) || isNullOrEmpty(args.jobName)) { + if (isNullOrEmpty(args.distributionBuildUrl) || isNullOrEmpty(args.testReportManifestYml) || isNullOrEmpty(args.jobName)) { return null }