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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-23 10:13:09 +03:00
parent c46eee0c75
commit 5ae98a4391
576 changed files with 13840 additions and 12659 deletions

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
AccessKey = "AccessKey";

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
RandomArray = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Token = "***";

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

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

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
TFN = GetTempFileName();

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
MIMEType = "text/markdown";

View File

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

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Headers = New Map;

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
RandomArray = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Token = "***";

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
ProxySettings = New InternetProxy;

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
TFN = GetTempFileName();

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Text = "Hello world!";

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

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

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
ArrayParam = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Text = "Hello world!";

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/post";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data

View File

@@ -1,4 +1,4 @@
 URL = "https://httpbin.org";
 URL = "https://bin.openintegrations.dev";
URL = URL + "/get";
ParametersStructure = New Structure;