1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-15 14:03:22 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-09-17 10:20:57 +03:00
parent b270ab356b
commit 5d9f427e92
19 changed files with 4692 additions and 4692 deletions

View File

@ -522,14 +522,14 @@ pipeline {
}
}
}
}
post{
always{
script {
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
bat encoding: 'UTF-8', script:'del ./data.json'
bat encoding: 'UTF-8', script:'del "./data.json"'
}
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
bat "git config user.email vitaly.the.alpaca@gmail.com"

View File

@ -522,14 +522,14 @@ pipeline {
}
}
}
}
post{
always{
script {
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
bat encoding: 'UTF-8', script:'del ./data.json'
bat encoding: 'UTF-8', script:'del "./data.json"'
}
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
bat "git config user.email vitaly.the.alpaca@gmail.com"

View File

@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.DeleteMessage(Token, ChatID, MessageID);

View File

@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.ForwardMessage(Token, MessageID, ChannelID, ChatID);

View File

@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.PinMessage(Token, ChannelID, MessageID);

View File

@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.UnpinMessage(Token, ChannelID, MessageID);

View File

@ -26,7 +26,7 @@ sidebar_position: 7
```bsl title="Code example"
Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.DeleteMessage(Token, ChatID, MessageID);
```

View File

@ -26,7 +26,7 @@ sidebar_position: 4
```bsl title="Code example"
Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.PinMessage(Token, ChannelID, MessageID);
```

View File

@ -26,7 +26,7 @@ sidebar_position: 5
```bsl title="Code example"
Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.UnpinMessage(Token, ChannelID, MessageID);
```

View File

@ -28,7 +28,7 @@ sidebar_position: 11
Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
ChannelID = "@testsichee";
MessageID = "8329";
MessageID = "8332";
Result = OPI_Telegram.ForwardMessage(Token, MessageID, ChannelID, ChatID);
```

View File

@ -1,5 +1,5 @@
 Токен = "6129457865:AAFyzNYOAFbu...";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ЗакрепитьСообщение(Токен, IDКанала, IDСообщения);

View File

@ -1,5 +1,5 @@
 Токен = "6129457865:AAFyzNYOAFbu...";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ОткрепитьСообщение(Токен, IDКанала, IDСообщения);

View File

@ -1,6 +1,6 @@
 Токен = "6129457865:AAFyzNYOAFbu...";
IDЧата = "461699897";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ПереслатьСообщение(Токен, IDСообщения, IDКанала, IDЧата);

View File

@ -1,5 +1,5 @@
 Токен = "6129457865:AAFyzNYOAFbu...";
IDЧата = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.УдалитьСообщение(Токен, IDЧата, IDСообщения);

View File

@ -26,7 +26,7 @@ sidebar_position: 7
```bsl title="Пример кода"
Токен = "6129457865:AAFyzNYOAFbu...";
IDЧата = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.УдалитьСообщение(Токен, IDЧата, IDСообщения);
```

View File

@ -26,7 +26,7 @@ sidebar_position: 4
```bsl title="Пример кода"
Токен = "6129457865:AAFyzNYOAFbu...";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ЗакрепитьСообщение(Токен, IDКанала, IDСообщения);
```

View File

@ -26,7 +26,7 @@ sidebar_position: 5
```bsl title="Пример кода"
Токен = "6129457865:AAFyzNYOAFbu...";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ОткрепитьСообщение(Токен, IDКанала, IDСообщения);
```

View File

@ -28,7 +28,7 @@ sidebar_position: 11
Токен = "6129457865:AAFyzNYOAFbu...";
IDЧата = "461699897";
IDКанала = "@testsichee";
IDСообщения = "8329";
IDСообщения = "8332";
Результат = OPI_Telegram.ПереслатьСообщение(Токен, IDСообщения, IDКанала, IDЧата);
```

File diff suppressed because it is too large Load Diff