You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JENKINS_DEPLOY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Deploy ONEVO to the Azure MVP VM from your local Windows PC using the root [`Jen
12
12
13
13
1.[Jenkins LTS](https://www.jenkins.io/download/) installed on Windows.
14
14
2.**Git** and **OpenSSH client** (Windows 10+ optional feature or Git for Windows).
15
-
3.**.NET 8 SDK**, **Node.js 20**, **Python 3.11+** on the Jenkins agent (same PC).
15
+
3.**.NET 8 SDK**, **Node.js 20**, **Python 3.11+** on the Jenkins agent (same PC). Set `ONEVO_PYTHON` in the Jenkinsfile to your Python exe — Jenkins service account often has no `python` on PATH.
16
16
4.**Inno Setup 6** + PyInstaller deps for connector installer (see [`connector/installer/INSTALL.md`](../connector/installer/INSTALL.md)).
17
17
5. SSH private key that can log in as `azureuser@20.193.69.220`. On Windows OpenSSH, use your **RSA** key (`id_rsa`) in Jenkins — explicit `-i` with `id_ed25519` often fails even when plain `ssh` works.
0 commit comments