Add "on-evaluation-failure: dont-run" to conditional, so that if the
global env variable is not set, the job will not fail.
Issue-Id: RELENG-2749
Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: I3a7d992bfd93853ffe910713c00380852868f20e
condition-kind: regex-match
regex: "^.*logs-s3.*"
label: $S3_BUCKET
+ on-evaluation-failure: dont-run
steps:
- config-file-provider:
files:
--- /dev/null
+---
+fixes:
+ - |
+ Fix issue where job fails if the global variable S3_BUCKET is not set.
+ Set conditional parameter "on-evaluation-failure" to "dont-run".