You've already forked OpenIntegrations
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:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user