diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-06-11 17:07:40 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-06-11 17:07:40 +0200 |
| commit | 0506170ac80e27a33831d4e092a1ca106ea78553 (patch) | |
| tree | cbee2949f84bfcf306bf1ae1d1a5fa03d54df0d6 | |
| parent | 5a7e266603d9bac9d5c147021cd2c01557d682c5 (diff) | |
| download | vyos-jenkins-0506170ac80e27a33831d4e092a1ca106ea78553.tar.gz vyos-jenkins-0506170ac80e27a33831d4e092a1ca106ea78553.zip | |
added general expectations
| -rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 -- |
