README.md

This commit is contained in:
2023-04-25 15:31:53 +03:00
parent 2a653ede9f
commit f67b1a0497

View File

@@ -20,7 +20,7 @@ Next you should register this library in Jenkins -> System settings -> Global Pi
* `forEach(func, ...)` - iterate over platforms, `func` is only mandatory parameter:
* `func` - method to execute for each enabled platform, pass JSON element of current platform
* `stagePrefix` - prefix string for `stage`
* `stageSuffix` - sufffix string for `stage`
* `stageSuffix` - suffix string for `stage`
* `whiteList` - array of permitted names, ignored if empty
* `blackList` - array of denied names, ignored if empty