From f67b1a0497484ada2c0ce85cf6b8bc5ed865a2d5 Mon Sep 17 00:00:00 2001 From: peri4 Date: Tue, 25 Apr 2023 15:31:53 +0300 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae08365..bfcfdac 100644 --- a/README.md +++ b/README.md @@ -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