604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
8 lines
225 B
YAML
8 lines
225 B
YAML
publishers:
|
|
- description-setter:
|
|
regexp: ".*(<a href=.*a>)"
|
|
regexp-for-failed: ".*(<a href=.*a>)"
|
|
description: "こんにちは"
|
|
description-for-failed: "さようなら"
|
|
set-for-matrix: true
|