-
Notifications
You must be signed in to change notification settings - Fork 10
3 Extractors
Anthony HAMON edited this page Dec 13, 2017
·
3 revisions
Extractors defined from which commit field to extract datas, what to extract and under which name to store the extracted value, you can defined as many extractors you want.
| Name | Value |
|---|---|
| CHYLE_EXTRACTORS_*_ORIGKEY | A commit field from which we want to extract datas (id, authorName, authorEmail, authorDate, committerName, committerEmail, committerMessage, type) |
| CHYLE_EXTRACTORS_*_DESTKEY | A name for the key which will receive the extracted value |
| CHYLE_EXTRACTORS_*_REG | A regexp used to extract a data |
You need to define those 3 values in order to set an extractor, replace * with a name convenient to you.