mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
Изменение формирования JF для тестов
This commit is contained in:
parent
f286747633
commit
8cf2b3ef68
517
ci/oint-test-en
517
ci/oint-test-en
@ -1,517 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
|
|
||||||
stage('Testing-Telegram') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetBotInfo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetUpdates"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SetWebhook"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendTextMessage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendImage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendVideo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendAudio"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendDocument"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendGIF"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendMediaGroup"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendLocation"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendContact"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendPoll"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_ForwardMessage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_BanUnban"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_CreateInvitationLink"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_PinUnpinMessage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetMemberCount"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetForumAvatarsList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_CreateDeleteForumTopic"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_ChangeMainTopicName"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_HideShowMainTopic"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-VK') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateTokenLink"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateDeletePost"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateCompositePost"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreatePoll"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_SaveDeleteImage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateStory"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_DiscussionMethods"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_LikeRepostComment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetStatistics"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetPostStatistics"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateAdCampaign"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_SendMessage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetProductCategories"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateProductSelection"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateProductWithProperties"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetProductList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetSelectionList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetPropertyList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetOrderList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_UploadVideo"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Viber') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Viber_DataRetrieval"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Viber_MessagesSending"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Twitter') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_GetAuthorizationLink"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_UpdateToken"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTextTweet"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithImage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithVideo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithGif"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithPoll"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-YandexDisk') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetDiskInfo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_CreateFolder"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_UploadByUrlAndGetObject"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_UploadDeleteFile"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_CreateObjectCopy"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetDownloadLink"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetFileList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_MoveObject"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_PublicObjectActions"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetPublishedList"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleWorkspace') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_GetAuthorizationLink"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_GetToken"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_UpdateToken"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleCalendar') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_GetCalendarList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_CreateDeleteCalendar"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_CreateDeleteEvent"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_GetEventList"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleDrive') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_GetCatalogList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_UploadDeleteFile"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_CreateDeleteComment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_CreateCatalog"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleSheets') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_CreateTable"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_GetTable"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_FillClearCells"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Notion') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreatePage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreateEditDatabase"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetPageInfo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetDatabaseInfo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreatePageInDatabase"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_EditPageProperties"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreateDeleteBlock"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetUsers"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetUserData"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Slack') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetBotInfo"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetUserList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetRegionList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_SendDeleteMessage"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_SendDeleteEphemeral"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetScheduledMessages"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_CreateArchiveChannel"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetChannelList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_OpenCloseDialog"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetFileList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_UploadDeleteFile"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetExternalFileList"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_UploadDeleteExternalFile"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Airtable') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateDatabase"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateTable"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateField"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateDeleteRecords"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Dropbox') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetUpdateToken"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_UploadFile"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_UploadFileByURL"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_CreateFolder"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_CreateDeleteTag"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetAccount"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_AccessManagement"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetFolderFileList"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Bitrix24') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TokenManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_ServerTime"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_PostsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TaskManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_CommentsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_WorkingWithDrive"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_Kanban"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_Timekeeping"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_ChatManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_NotificationsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TasksFieldsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_DepartmentsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B2_UsersManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_LeadsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_DealsManagment"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-VkTeams') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_MessagesSending"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_CommonMethods"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_ChatManagment"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Ozon') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_AttributesAndFeatures"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_UploadingAndUpdatingProducts"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_Barcodes"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_PricesAndStocks"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_PromotionsManagment"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_WarehousesManagment"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
517
ci/oint-test-ru
517
ci/oint-test-ru
@ -1,517 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
|
|
||||||
stage('Testing-Telegram') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ПолучитьИнформациюБота"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ПолучитьОбновления"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_УстановитьWebhook"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьТекстовоеСообщение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьКартинку"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьВидео"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьАудио"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьДокумент"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьГифку"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьМедиагруппу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьМестоположение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьКонтакт"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ОтправитьОпрос"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ПереслатьСообщение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_БанРазбан"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_СоздатьСсылкуПриглашение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ЗакрепитьОткрепитьСообщение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ПолучитьЧислоУчастников"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ПолучитьСписокАватаровФорума"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_СоздатьУдалитьТемуФорума"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_ИзменитьИмяГлавнойТемы"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Телеграм_СкрытьПоказатьГлавнуюТему"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-VK') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьСсылкуТокена"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьУдалитьПост"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьСоставнойПост"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьОпрос"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СохранитьУдалитьКартинку"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьИсторию"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_МетодыОбсуждений"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ЛайкРепостКоммент"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСтатистику"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСтатистикуПостов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьРекламнуюКампанию"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ОтправитьСообщение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьКатегорииТоваров"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьТоварПодборку"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_СоздатьТоварСоСвойствами"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСписокТоваров"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСписокПодборок"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСписокСвойств"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ПолучитьСписокЗаказов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВК_ЗагрузитьВидео"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Viber') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Вайбер_ПолучениеИнформации"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Вайбер_ОтправкаСообщений"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Twitter') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_ПолучитьСсылкуАвторизации"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_ОбновитьТокен"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_СоздатьТекстовыйТвит"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_СоздатьТвитСКартинкой"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_СоздатьТвитСВидео"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_СоздатьТвитСГиф"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Твиттер_СоздатьТвитСОпросом"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-YandexDisk') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ПолучитьИнформациюОДиске"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_СоздатьПапку"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ЗагрузитьПоАдресуПолучитьОбъект"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ЗагрузитьУдалитьФайл"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_СоздатьКопиюОбъекта"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ПолучитьСсылкуНаСкачивание"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ПолучитьСписокФайлов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ПереместитьОбъект"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ДействияПубличныхОбъектов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ЯДиск_ПолучитьСписокОпубликованных"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleWorkspace') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГВ_ПолучитьСсылкуАвторизации"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГВ_ПолучитьТокен"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГВ_ОбновитьТокен"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleCalendar') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГК_ПолучитьСписокКалендарей"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГК_СоздатьУдалитьКалендарь"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГК_СоздатьУдалитьСобытие"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГК_ПолучитьСписокСобытий"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleDrive') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГД_ПолучитьСписокКаталогов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГД_ЗагрузитьУдалитьФайл"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГД_СоздатьУдалитьКомментарий"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГД_СоздатьКаталог"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-GoogleSheets') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГТ_СоздатьТаблицу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГТ_ПолучитьТаблицу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ГТ_ЗаполнитьОчиститьЯчейки"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Notion') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_СоздатьСтраницу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_СоздатьИзменитьБазу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_ПолучитьИнформациюОСтранице"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_ПолучитьИнформациюОБазе"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_СоздатьСтраницуВБазу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_ИзменитьСвойстваСтраницы"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_СоздатьУдалитьБлок"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_ПолучитьПользователей"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Ноушн_ПолучитьДанныеПользователя"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Slack') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьИнформациюОБоте"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьСписокПользователей"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьСписокОбластей"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ОтправитьУдалитьСообщение"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ОтправитьУдалитьЭфемерное"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьОтложенныеСообщения"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_СоздатьАрхивироватьКанал"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьСписокКаналов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ОткрытьЗакрытьДиалог"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьСписокФайлов"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ЗагрузитьУдалитьФайл"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ПолучитьСписокВФ"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Слак_ЗагрузитьУдалитьВФ"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Airtable') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "АТ_СоздатьБазу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "АТ_СоздатьТаблицу"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "АТ_СоздатьПоле"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "АТ_СоздатьУдалитьЗаписи"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Dropbox') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_ПолучитьОбновитьТокен"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_ЗагрузитьФайл"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_ЗагрузитьФайлПоURL"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_СоздатьКаталог"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_СоздатьУдалитьТег"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_ПолучитьАккаунт"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_РаботаСДоступами"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ДропБокс_ПолучитьСписокФайловПапки"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Bitrix24') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСТокеном"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_СерверноеВремя"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСНовостями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСЗадачами"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСКомментариями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСДиском"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_Канбан"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_УчетРабочегоВремени"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСЧатами"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСУведомлениями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСПолямиЗадач"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_УправлениеПодразделениями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_УправлениеПользователями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСЛидами"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "Б24_РаботаСоСделками"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-VkTeams') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВКТ_ОтправкаСообщений"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВКТ_ОбщиеМетоды"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ВКТ_УправлениеЧатами"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Testing-Ozon') {
|
|
||||||
steps {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_АтрибутыИХарактеристики"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_ЗагрузкаИОбновлениеТоваров"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_Штрихкоды"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_ЦеныИОстаткиТоваров"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_РаботаСАкциями"'
|
|
||||||
|
|
||||||
|
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & 1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "ОзонАПИ_РаботаСоСкладами"'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,51 +0,0 @@
|
|||||||
ПутьКСловарю = "./service/dictionaries/en.json";
|
|
||||||
|
|
||||||
ЧтениеJSON = Новый ЧтениеJSON();
|
|
||||||
ЧтениеJSON.ОткрытьФайл(ПутьКСловарю);
|
|
||||||
Словарь = ПрочитатьJSON(ЧтениеJSON, Истина);
|
|
||||||
ЧтениеJSON.Закрыть();
|
|
||||||
|
|
||||||
ТаблицаСловаря = Новый ТаблицаЗначений();
|
|
||||||
ТаблицаСловаря.Колонки.Добавить("Ключ");
|
|
||||||
ТаблицаСловаря.Колонки.Добавить("Значение");
|
|
||||||
ТаблицаСловаря.Колонки.Добавить("Длина");
|
|
||||||
|
|
||||||
Для Каждого КлючевоеСлово Из Словарь Цикл
|
|
||||||
НоваяСтрокаСловаря = ТаблицаСловаря.Добавить();
|
|
||||||
НоваяСтрокаСловаря.Ключ = КлючевоеСлово.Ключ;
|
|
||||||
НоваяСтрокаСловаря.Значение = КлючевоеСлово.Значение;
|
|
||||||
НоваяСтрокаСловаря.Длина = СтрДлина(КлючевоеСлово.Ключ);
|
|
||||||
КонецЦикла;
|
|
||||||
|
|
||||||
ТаблицаСловаря.Сортировать("Длина УБЫВ");
|
|
||||||
|
|
||||||
ПутьДокозавра = "./docs/docusaurus/";
|
|
||||||
МассивФайлов = Новый Массив;
|
|
||||||
МассивФайлов.Добавить(Новый Файл(ПутьДокозавра + "src/components/HomepageFeatures/index.js"));
|
|
||||||
МассивФайлов.Добавить(Новый Файл(ПутьДокозавра + "src/pages/index.js"));
|
|
||||||
МассивФайлов.Добавить(Новый Файл(ПутьДокозавра + "docusaurus.config.js"));
|
|
||||||
|
|
||||||
Для Каждого Файл Из МассивФайлов Цикл
|
|
||||||
|
|
||||||
ТекущийПуть = Файл.ПолноеИмя;
|
|
||||||
ТекущийДокумент = Новый ТекстовыйДокумент();
|
|
||||||
ТекущийДокумент.Прочитать(ТекущийПуть, "UTF-8");
|
|
||||||
|
|
||||||
ТекущийТекст = ТекущийДокумент.ПолучитьТекст();
|
|
||||||
|
|
||||||
|
|
||||||
Для Каждого Слово Из ТаблицаСловаря Цикл
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, Слово.Ключ, Слово.Значение);
|
|
||||||
КонецЦикла;
|
|
||||||
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "English version", "Документация на русском языке");
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "href: 'https://en.openintegrations.dev'", "href: 'https://openintegrations.dev'");
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "defaultLocale: 'ru',", "defaultLocale: 'en',");
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "locales: ['ru'],", "locales: ['en'],");
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "url: 'https://openintegrations.dev',", "url: 'https://en.openintegrations.dev',");
|
|
||||||
ТекущийТекст = СтрЗаменить(ТекущийТекст, "English", "Русский");
|
|
||||||
|
|
||||||
ТекущийДокумент.УстановитьТекст(ТекущийТекст);
|
|
||||||
ТекущийДокумент.Записать(Файл.ПолноеИмя);
|
|
||||||
|
|
||||||
КонецЦикла;
|
|
@ -105,6 +105,10 @@
|
|||||||
| stage(Prepare){
|
| stage(Prepare){
|
||||||
| steps{
|
| steps{
|
||||||
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
|
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
|
||||||
|
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
|
| powershell encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase=""${GPGKEY}"" --output ./data.json ./data.json.gpg'
|
||||||
|
| }
|
||||||
|
|
|
||||||
| }
|
| }
|
||||||
| }
|
| }
|
||||||
|");
|
|");
|
||||||
@ -114,6 +118,36 @@
|
|||||||
Процедура СообщитьОкончаниеФайлаПроцесса(Знач СписокБиблиотек, Знач Язык, Знач СписокВлияний = "")
|
Процедура СообщитьОкончаниеФайлаПроцесса(Знач СписокБиблиотек, Знач Язык, Знач СписокВлияний = "")
|
||||||
|
|
||||||
ТекущийДокумент.ДобавитьСтроку("
|
ТекущийДокумент.ДобавитьСтроку("
|
||||||
|
|
|
||||||
|
| stage(Finish){
|
||||||
|
| steps{
|
||||||
|
| script {
|
||||||
|
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
|
| powershell encoding: 'UTF-8', script:'del ./data.json.gpg'
|
||||||
|
| powershell encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase=""${GPGKEY}"" ./data.json'
|
||||||
|
| powershell encoding: 'UTF-8', script:'del ./data.json'
|
||||||
|
| }
|
||||||
|
| }
|
||||||
|
| }
|
||||||
|
| }
|
||||||
|
| stage('Update GIT') {
|
||||||
|
| steps {
|
||||||
|
| script {
|
||||||
|
|
|
||||||
|
| withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
|
| bat ""git config user.email vitaly.the.alpaca@gmail.com""
|
||||||
|
| bat 'git config user.name ""Vitaly the Alpaca (bot)""'
|
||||||
|
| bat ""git config --global core.ignorecase true""
|
||||||
|
| bat ""git add .""
|
||||||
|
| bat 'git commit -m ""Test data update (Jenkins)""'
|
||||||
|
| bat ""git push origin HEAD:main""
|
||||||
|
| }
|
||||||
|
|
|
||||||
|
|
|
||||||
|
| }
|
||||||
|
| }
|
||||||
|
| }
|
||||||
|
|
|
||||||
| }
|
| }
|
||||||
|}");
|
|}");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user