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)
2024-09-29 12:34:39 +03:00
parent 4d0b26ad97
commit bf7a7febc2
214 changed files with 5809 additions and 5573 deletions

View File

@@ -2,7 +2,7 @@
ChatID = "461699897";
ChannelID = "@testsichee";
Text = "Строковое значение";
Audio = "https://openintegrations.dev/test_data/song.mp3";
Audio = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3";
AudioPath = GetTempFileName("mp3");
CopyFile(Audio, AudioPath);

View File

@@ -2,7 +2,7 @@
ChatID = "461699897";
ChannelID = "@testsichee";
Text = "Строковое значение";
Document = "https://openintegrations.dev/test_data/document.docx";
Document = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
DocumentPath = GetTempFileName("docx");
CopyFile(Document, DocumentPath);

View File

@@ -2,7 +2,7 @@
ChatID = "461699897";
ChannelID = "@testsichee";
Text = "Строковое значение";
GIF = "https://openintegrations.dev/test_data/animation.gif";
GIF = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif";
GifPath = GetTempFileName("gif");
CopyFile(GIF, GifPath);

View File

@@ -1,8 +1,8 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
Text = "Строковое значение";
Image = "https://openintegrations.dev/test_data/picture.jpg";
Video = "https://openintegrations.dev/test_data/video.mp4";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
ImagePath = GetTempFileName("png");
CopyFile(Image, ImagePath);

View File

@@ -2,7 +2,7 @@
ChatID = "461699897";
ChannelID = "@testsichee";
Text = "Строковое значение";
Image = "https://openintegrations.dev/test_data/picture.jpg";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
ImagePath = GetTempFileName("png");
CopyFile(Image, ImagePath);

View File

@@ -2,7 +2,7 @@
ChatID = "461699897";
ChannelID = "@testsichee";
Text = "Строковое значение";
Video = "https://openintegrations.dev/test_data/video.mp4";
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
VideoPath = GetTempFileName("mp4");
CopyFile(Video, VideoPath);