1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-20 19:41:52 +03:00
parent 080c59836f
commit 1120c732f0
3071 changed files with 19627 additions and 19627 deletions

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
AccessKey = "AccessKey";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
RandomArray = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Token = "***";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
ParametersStructure = New Structure("param1,param2", "text", 10);

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
TFN = GetTempFileName();

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
MIMEType = "text/markdown";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Data = New Structure("Field1,Field2", "10", "Text");

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Headers = New Map;

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
RandomArray = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Token = "***";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
ProxySettings = New InternetProxy;

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
TFN = GetTempFileName();

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Text = "Hello world!";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
ParametersStructure = New Structure("param1,param2", "text", 10);

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
ArrayParam = New Array;

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Token = "***";
Secret = "***";

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Text = "Hello world!";

View File

@@ -1,7 +1,7 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
Image = FunctionParameters["Picture"]; // URL, Path or Binary Data
Result = OPI_HTTPRequests.NewRequest()
.Initialize(URL)

View File

@@ -1,4 +1,4 @@
 URL = "https://bin.openintegrations.dev";
 URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
ParametersStructure = New Structure;