@plot-pm/board 0.6.0-rc.2 → 0.6.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plot-config.sh +7 -0
package/package.json
CHANGED
package/plot-config.sh
CHANGED
|
@@ -47,6 +47,13 @@
|
|
|
47
47
|
# Tracker plot | jira | github-issues | linear (+ URL)
|
|
48
48
|
# (plot = plans in this repo ARE the tracker; absent = same)
|
|
49
49
|
# Git host github | bitbucket (resolves gh vs bb)
|
|
50
|
+
# CI jenkins | github-actions | none — which CI system this
|
|
51
|
+
# project uses. Recorded by /plot-board-setup; not yet
|
|
52
|
+
# read by the board.
|
|
53
|
+
# Jenkins instance the slug or URL passed to a Jenkins CLI's -I flag.
|
|
54
|
+
# Read back by /plot-board-setup to verify auth against
|
|
55
|
+
# the right instance — without it the only runnable
|
|
56
|
+
# check verifies nothing.
|
|
50
57
|
#
|
|
51
58
|
# `Plan template` is a repo-root-relative path to the plan template /plot-idea
|
|
52
59
|
# instantiates; when absent, /plot-idea falls back to the shipped template.
|