summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-06-11 17:07:40 +0200
committerdd <dd@wx.tnyzeq.icu>2024-06-11 17:07:40 +0200
commit0506170ac80e27a33831d4e092a1ca106ea78553 (patch)
treecbee2949f84bfcf306bf1ae1d1a5fa03d54df0d6
parent5a7e266603d9bac9d5c147021cd2c01557d682c5 (diff)
downloadvyos-jenkins-0506170ac80e27a33831d4e092a1ca106ea78553.tar.gz
vyos-jenkins-0506170ac80e27a33831d4e092a1ca106ea78553.zip
added general expectations
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 0698af2..432cc80 100644
--- a/readme.md
+++ b/readme.md
@@ -52,6 +52,15 @@ This guide merges everything to single host under single user to make it simpler
You may use another machine as build node for Jenkins (or multiple nodes), you may also use another machine
for reprepro but here it's assumed everything is one host under one user.
+General expectations
+--
+
+Unless specified otherwise all commands/scripts in the instructions should run as `root`.
+If you don't use root account then use `sudo -i` from your user to switch to root.
+Where other user is expected I provide note and `su` command.
+
+The current working directory doesn't matter unless specified with `cd`.
+
Before you install Jenkins, create its user and group
--