summaryrefslogtreecommitdiff
path: root/jenkins-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-helpers.sh')
-rw-r--r--jenkins-helpers.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins-helpers.sh b/jenkins-helpers.sh
index 03c3a51a..36b7cd2f 100644
--- a/jenkins-helpers.sh
+++ b/jenkins-helpers.sh
@@ -739,6 +739,8 @@ manifest_out ()
# variables and arrays.
# "--var value" defines shell variable "$var" to "value".
# "++arr elem" defines shell array "$arr[@]" and adds "elem" to it.
+# "==arr[key] value" defines shell associative array "$arr[@]" and sets
+# "${arr[key]}" to "value".
# "@@ file" sources file.
# "%% file" starts manifest in file. Also see "^^ true".
# "^^ true/false %% manifest" whether to reproduce the build using manifest.