1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-28 23:20:40 +03:00
parent 11f882f182
commit 3d6fbabed1
27 changed files with 9694 additions and 9187 deletions

View File

@@ -0,0 +1,6 @@
 Host = "172.33.0.13";
Port = "2222";
Login = "bayselonarrend";
Password = "12we...";
Result = OPI_SSH.GetSettingsLoginPassword(Host, Port, Login, Password);

View File

@@ -0,0 +1,7 @@
 Host = "172.33.0.13";
Port = "2222";
Login = "bayselonarrend";
PrivateKey = "./ssh_key";
PublicKey = "./ssh_key.pub";
Result = OPI_SSH.GetSettingsPrivateKey(Host, Port, Login, PrivateKey, PublicKey);