mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
Main build (Jenkins)
This commit is contained in:
parent
d06c68c5c3
commit
24c582538d
@ -39,4 +39,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
true
|
||||
```
|
||||
|
@ -39,4 +39,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
"AddIn.OPI_TCPClient.Main"
|
||||
```
|
||||
|
@ -58,4 +58,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
"Hello server!\n"
|
||||
```
|
||||
|
@ -55,4 +55,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
"Hello server!\n"
|
||||
```
|
||||
|
@ -53,4 +53,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
true
|
||||
```
|
||||
|
@ -50,4 +50,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
true
|
||||
```
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="db1c4d3a-787c-4744-b110-653437f7096e">
|
||||
<name>OPI_TCPServer</name>
|
||||
<synonym>
|
||||
<key>en</key>
|
||||
<value>TCPServer</value>
|
||||
</synonym>
|
||||
<templateType>AddIn</templateType>
|
||||
</mdclass:CommonTemplate>
|
BIN
src/en/OPI/src/CommonTemplates/OPI_TCPServer/Template.addin
Normal file
BIN
src/en/OPI/src/CommonTemplates/OPI_TCPServer/Template.addin
Normal file
Binary file not shown.
@ -40,6 +40,7 @@
|
||||
</configurationInformationAddress>
|
||||
<subsystems>Subsystem.OPI_Integrations</subsystems>
|
||||
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
|
||||
<commonTemplates>CommonTemplate.OPI_TCPServer</commonTemplates>
|
||||
<commonModules>CommonModule.OPI_Tools</commonModules>
|
||||
<commonModules>CommonModule.OPI_Cryptography</commonModules>
|
||||
<commonModules>CommonModule.OPI_TypeConversion</commonModules>
|
||||
|
Loading…
Reference in New Issue
Block a user