ci: sync jenkins scripts with NFD
Change-Id: I43689bcf51bbe7a1c3118d8b0c226b56077fb4ed
diff --git a/.jenkins.d/README.md b/.jenkins.d/README.md
index 1d4d3e4..386e2db 100644
--- a/.jenkins.d/README.md
+++ b/.jenkins.d/README.md
@@ -28,3 +28,7 @@
* empty: default build process
* `code-coverage` (Linux OS is assumed): build process with code coverage analysis
+ * `limited-build`: only a single build with tests
+
+- `CACHE_DIR`: the variable defines a path to folder containing cached files from previous builds,
+ e.g., a compiled version of ndn-cxx library. If not set, `/tmp` is used.