pipeline { agent any stages { stage('Prepare'){ steps{ powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.1.ospx; del oint-1.15.1.ospx' powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe' } } stage('Run Tests') { parallel { stage('tools'){ steps{ test_tools() } } stage('airtable'){ steps{ test_airtable() } } stage('bitrix24'){ steps{ test_bitrix24() } } stage('cdek'){ steps{ test_cdek() } } stage('dropbox'){ steps{ test_dropbox() } } stage('gcalendar'){ steps{ test_gcalendar() } } stage('gdrive'){ steps{ test_gdrive() } } stage('gsheets'){ steps{ test_gsheets() } } stage('google'){ steps{ test_google() } } stage('neocities'){ steps{ test_neocities() } } stage('notion'){ steps{ test_notion() } } stage('ozon'){ steps{ test_ozon() } } stage('slack'){ steps{ test_slack() } } stage('telegram'){ steps{ test_telegram() } } stage('twitter'){ steps{ test_twitter() } } stage('viber'){ steps{ test_viber() } } stage('vk'){ steps{ test_vk() } } stage('vkteams'){ steps{ test_vkteams() } } stage('yadisk'){ steps{ test_yadisk() } } stage('yandex'){ steps{ test_yandex() } } } } } } def test_tools(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe tools ParseJSON --json "test" --nesting "test" --name "test" --enc "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe tools ConvertBase64ToBinary --in "test" --debug --test ' } } def test_airtable(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetListOfBases --token "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetDatabaseTables --token "test" --base "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable CreateDatabase --token "test" --ws "test" --title "test" --tablesdata "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable CreateTable --token "test" --base "test" --title "test" --fieldsdata "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable ModifyTable --token "test" --base "test" --table "test" --title "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable CreateField --token "test" --base "test" --table "test" --fielddata "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable ModifyField --token "test" --base "test" --table "test" --field "test" --title "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetStringField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetNumberField --title "test" --precision "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetAttachmentField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetCheckboxField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetDateField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetEmailField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetPhoneField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetLinkField --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetListOfRecords --token "test" --base "test" --table "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetRecord --token "test" --base "test" --table "test" --record "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable CreatePosts --token "test" --base "test" --table "test" --data "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable DeletePosts --token "test" --base "test" --table "test" --records "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable GetComments --token "test" --base "test" --table "test" --record "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable CreateComment --token "test" --base "test" --table "test" --record "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable EditComment --token "test" --base "test" --table "test" --record "test" --comment "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe airtable DeleteComment --token "test" --base "test" --table "test" --record "test" --comment "test" --debug --test ' } } def test_bitrix24(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetAppAuthLink --domain "test" --clientid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetToken --clientid "test" --clientsecret "test" --code "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RefreshToken --clientid "test" --clientsecret "test" --refresh "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ServerTime --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreatePost --url "test" --text "test" --vision "test" --files "test" --title "test" --important "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdatePost --url "test" --postid "test" --text "test" --vision "test" --files "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeletePost --url "test" --postid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetImportantPostViewers --url "test" --postid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetPosts --url "test" --postid "test" --sel "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddPostComment --url "test" --postid "test" --text "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddPostRecipients --url "test" --postid "test" --vision "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTasksList --url "test" --filter "test" --offset "test" --token "test" --select "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateTask --url "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateTask --url "test" --task "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AttachFileToTopic --url "test" --task "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ApproveTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DisapproveTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CompleteTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RenewTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeferTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 PauseTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 StartTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 StartWatchingTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 StopWatchingTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DelegateTask --url "test" --task "test" --user "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddTaskToFavorites --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RemoveTaskFromFavorites --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskHistory --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CheckTaskAccesses --url "test" --task "test" --users "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MuteTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UnmuteTask --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateTasksDependencies --url "test" --taskfrom "test" --taskto "test" --linktype "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteTasksDependencies --url "test" --taskfrom "test" --taskto "test" --linktype "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDailyPlan --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskFieldsStructure --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTasksFilterStructure --empty "test" --map "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetCustomTaskFieldsList --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddCustomTaskField --url "test" --type "test" --fieldname "test" --externalid "test" --title "test" --label "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateCustomTaskField --url "test" --fieldid "test" --externalid "test" --title "test" --label "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetCustomTaskField --url "test" --fieldid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteCustomTaskField --url "test" --fieldid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddTasksChecklistElement --url "test" --task "test" --text "test" --complete "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateTasksChecklistElement --url "test" --task "test" --element "test" --text "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteTasksChecklistElement --url "test" --task "test" --element "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTasksChecklist --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTasksChecklistElement --url "test" --task "test" --element "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CompleteTasksChecklistElement --url "test" --task "test" --element "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RenewTasksChecklistElement --url "test" --task "test" --element "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskCommentsList --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskComment --url "test" --task "test" --comment "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddTaskComment --url "test" --task "test" --text "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateTaskComment --url "test" --task "test" --comment "test" --text "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteTaskComment --url "test" --task "test" --comment "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetResultsList --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateResultFromComment --url "test" --comment "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteResultFromComment --url "test" --comment "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetCommentStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddKanbanStage --url "test" --title "test" --color "test" --prevstage "test" --entityid "test" --admin "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateKanbansStage --url "test" --title "test" --stage "test" --color "test" --prevstage "test" --admin "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteKanbanStage --url "test" --stage "test" --admin "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetKanbanStages --url "test" --entityid "test" --admin "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MoveTaskToKanbanStage --url "test" --task "test" --stage "test" --before "test" --after "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddTaskTimeAccounting --url "test" --task "test" --amount "test" --user "test" --text "test" --date "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteTaskTimeAccounting --url "test" --task "test" --record "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskTimeAccountingList --url "test" --task "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTaskTimeAccounting --url "test" --task "test" --record "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateTaskTimeAccounting --url "test" --task "test" --record "test" --amount "test" --text "test" --date "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 StartTimekeeping --url "test" --userid "test" --time "test" --report "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 StopTimekeeping --url "test" --userid "test" --time "test" --report "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 PauseTimekeeping --url "test" --userid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTimekeepingStatus --url "test" --userid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetTimekeepingSettings --url "test" --userid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetStoragesList --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetAppSotrage --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetStorage --url "test" --storageid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RenameStorage --url "test" --storageid "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetStorageObjects --url "test" --storageid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateStorageFolder --url "test" --storageid "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFolderInformation --url "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateSubfolder --url "test" --folderid "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MakeFolderCopy --url "test" --folderid "test" --tagetid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MoveFolder --url "test" --folderid "test" --tagetid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteFolder --url "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFolderExternalLink --url "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFolderItems --url "test" --folderid "test" --filter "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MarkFolderAsDeleted --url "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RestoreFolder --url "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RenameFolder --url "test" --folderid "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFolderFilterStructure --url "test" --empty "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UploadFileToStorage --url "test" --title "test" --file "test" --storageid "test" --rights "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UploadFileToFolder --url "test" --title "test" --file "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFileInformation --url "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteFile --url "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFileExternalLink --url "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MarkFileAsDeleted --url "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RestoreFile --url "test" --fileid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MakeCopyFile --url "test" --fileid "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MoveFileToFolder --url "test" --fileid "test" --folderid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 RenameFile --url "test" --fileid "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateChat --url "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetChatUsers --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 LeaveChat --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetUsers --url "test" --users "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 AddUsersToChat --url "test" --chat "test" --users "test" --hide "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteUserFromChat --url "test" --chat "test" --user "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ChangeChatTitle --url "test" --chat "test" --title "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ChangeChatColor --url "test" --chat "test" --color "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ChangeChatPicture --url "test" --chat "test" --picture "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ChangeChatOwner --url "test" --chat "test" --user "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DisableChatNotifications --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 EnableChatNotifications --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetChatMessagesList --url "test" --chat "test" --last "test" --first "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDialog --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetChatMembersList --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 SendWritingNotification --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetUserStatus --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 SetUserStatus --url "test" --status "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ReadAll --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetChatFilesFolder --url "test" --chat "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetChatStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 SendMessage --url "test" --chat "test" --text "test" --blocks "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 EditMessage --url "test" --message "test" --text "test" --blocks "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 SetMessageReaction --url "test" --message "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteMessage --url "test" --message "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 SendFile --url "test" --chat "test" --fileid "test" --description "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MarkMessageAsReaded --url "test" --chat "test" --message "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 MarkMessageAsUnreaded --url "test" --chat "test" --message "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetPictureBlock --title "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetFileBlock --title "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreatePersonalNotification --url "test" --user "test" --text "test" --tag "test" --blocks "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateSystemNotification --url "test" --user "test" --text "test" --tag "test" --blocks "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteNotification --url "test" --notif "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateDepartment --url "test" --title "test" --parentid "test" --headid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateDepartment --url "test" --depid "test" --title "test" --parentid "test" --headid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDepartments --url "test" --depid "test" --title "test" --parentid "test" --headid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteDepartment --url "test" --depid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetCurrentUser --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetUser --url "test" --userid "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateUser --url "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateUser --url "test" --userid "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ChangeUserStatus --url "test" --userid "test" --fire "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 FindUsers --url "test" --filter "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetUserFieldsStructure --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetUserFilterStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateLead --url "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteLead --url "test" --lead "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetLead --url "test" --lead "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetLeadsList --url "test" --filter "test" --offset "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateLead --url "test" --lead "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetLeadStructure --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetLeadFilterStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 CreateDeal --url "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 DeleteDeal --url "test" --deal "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDeal --url "test" --deal "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDealsList --url "test" --filter "test" --offset "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 UpdateDeal --url "test" --deal "test" --fields "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDealStructure --url "test" --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 GetDealsFilterStructure --empty "test" --debug --test ' } } def test_cdek(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetToken --account "test" --pass "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetCashboxChecksByDate --token "test" --date "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetDeliveryCashRegistry --token "test" --date "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetDeliveryCashTransfers --token "test" --date "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetOfficeList --token "test" --filter "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetOfficeFilterDescription --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateOrder --token "test" --order "test" --ostore "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek UpdateOrder --token "test" --uuid "test" --order "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek DeleteOrder --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetOrder --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetOrderByNumber --token "test" --number "test" --internal "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateCustomerRefund --token "test" --uuid "test" --tariff "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateRefusal --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateReceipt --token "test" --uuids "test" --type "test" --count "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetReceipt --token "test" --uuid "test" --getfile "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateBarcode --token "test" --uuids "test" --count "test" --format "test" --lang "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetBarcode --token "test" --uuid "test" --getfile "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreatePrealert --token "test" --uuids "test" --date "test" --point "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetPrealert --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetPassportDataStatus --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetCashboxCheck --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetOrderDescription --empty "test" --required "test" --ostore "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetAvailableDeliveryIntervals --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek CreateCourierInvitation --token "test" --intake "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetCourierInvitation --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek DeleteCourierInvitation --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek RegisterDeliveryAppointment --token "test" --appt "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetDeliveryAppointment --token "test" --uuid "test" --testapi "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetCourierInvitationsDescription --empty "test" --required "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe cdek GetAppointmentDescription --empty "test" --required "test" --debug --test ' } } def test_dropbox(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetAuthorizationLink --appkey "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetToken --appkey "test" --appsecret "test" --code "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox RefreshToken --appkey "test" --appsecret "test" --refresh "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetAccountInformation --token "test" --account "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetSpaceUsageData --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetObjectInformation --token "test" --path "test" --detail "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetListOfFolderFiles --token "test" --path "test" --detail "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetPreview --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox UploadFile --token "test" --file "test" --path "test" --overwrite "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox UploadFileByURL --token "test" --url "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetUploadStatusByURL --token "test" --job "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox DeleteObject --token "test" --path "test" --permanently "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox CopyObject --token "test" --from "test" --to "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox MoveObject --token "test" --from "test" --to "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox CreateFolder --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox DownloadFile --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox DownloadFolder --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetObjectVersionList --token "test" --path "test" --amount "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox RestoreObjectToVersion --token "test" --path "test" --rev "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetTagList --token "test" --paths "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox AddTag --token "test" --path "test" --tag "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox DeleteTag --token "test" --path "test" --tag "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox PublishFolder --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox CancelFolderPublication --token "test" --folder "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox AddUsersToFile --token "test" --fileid "test" --emails "test" --readonly "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox AddUsersToFolder --token "test" --folder "test" --emails "test" --readonly "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox GetAsynchronousChangeStatus --token "test" --job "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe dropbox CancelFilePublication --token "test" --fileid "test" --debug --test ' } } def test_gcalendar(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar CreateCalendar --token "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetCalendarMetadata --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar EditCalendarMetadata --token "test" --calendar "test" --title "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ClearMainCalendar --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar DeleteCalendar --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetCalendarList --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar AddCalendarToList --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetListCalendar --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar DeleteCalendarFromList --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar EditListCalendar --token "test" --calendar "test" --primary "test" --secondary "test" --hidden "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetEventDescription --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetEventList --token "test" --calendar "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar GetEvent --token "test" --calendar "test" --event "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar CreateEvent --token "test" --calendar "test" --props "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar MoveEvent --token "test" --from "test" --to "test" --event "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar EditEvent --token "test" --calendar "test" --props "test" --event "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gcalendar DeleteEvent --token "test" --calendar "test" --event "test" --debug --test ' } } def test_gdrive(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetObjectInformation --token "test" --object "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetDirectoriesList --token "test" --querry "test" --depth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetFilesList --token "test" --querry "test" --catalog "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive UploadFile --token "test" --file "test" --props "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive CreateFolder --token "test" --title "test" --catalog "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive DownloadFile --token "test" --object "test" --out "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive CopyObject --token "test" --object "test" --title "test" --catalog "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive UpdateFile --token "test" --object "test" --file "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive DeleteObject --token "test" --object "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetFileDescription --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive CreateComment --token "test" --object "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetComment --token "test" --object "test" --comment "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive GetCommentList --token "test" --object "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gdrive DeleteComment --token "test" --object "test" --comment "test" --debug --test ' } } def test_gsheets(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets CreateSpreadsheet --token "test" --title "test" --sheets "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets GetSpreadsheet --token "test" --spreadsheet "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets EditSpreadsheetTitle --token "test" --spreadsheet "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets AddSheet --token "test" --spreadsheet "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets DeleteSheet --token "test" --spreadsheet "test" --sheet "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets CopySheet --token "test" --from "test" --to "test" --sheet "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets SetCellValues --token "test" --spreadsheet "test" --data "test" --sheetname "test" --dim "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets ClearCells --token "test" --spreadsheet "test" --cells "test" --sheetname "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe gsheets GetCellValues --token "test" --spreadsheet "test" --cells "test" --sheetname "test" --debug --test ' } } def test_google(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe google FormCodeRetrievalLink --id "test" --calendar "test" --drive "test" --sheets "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe google GetTokenByCode --id "test" --secret "test" --code "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe google RefreshToken --id "test" --secret "test" --refresh "test" --debug --test ' } } def test_neocities(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities GetSiteData --token "test" --sitename "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities GetToken --login "test" --password "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities UploadFile --token "test" --path "test" --file "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities UploadFiles --token "test" --files "test" --singly "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities DeleteSelectedFiles --token "test" --paths "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities GetFilesList --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe neocities SynchronizeFolders --token "test" --local "test" --remote "test" --debug --test ' } } def test_notion(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion CreatePage --token "test" --page "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion CreatePageInDatabase --token "test" --base "test" --data "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion GetPage --token "test" --page "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion EditPageProperties --token "test" --page "test" --data "test" --icon "test" --cover "test" --archive "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion CreateDatabase --token "test" --page "test" --title "test" --props "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion GetDatabase --token "test" --base "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion EditDatabaseProperties --token "test" --base "test" --props "test" --title "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion CreateBlock --token "test" --page "test" --block "test" --prev "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion ReturnBlock --token "test" --block "test" --core "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion ReturnChildBlocks --token "test" --block "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion DeleteBlock --token "test" --block "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion UserList --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe notion GetUserData --token "test" --user "test" --debug --test ' } } def test_ozon(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetCategoriesAndProductTypesTree --clientid "test" --apikey "test" --lang "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetCategoryAttributes --clientid "test" --apikey "test" --categoryid "test" --typeid "test" --lang "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetAttributeValues --clientid "test" --apikey "test" --categoryid "test" --typeid "test" --attributeid "test" --start "test" --lang "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon SearchAttributeValue --clientid "test" --apikey "test" --categoryid "test" --typeid "test" --attributeid "test" --value "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsRequestsLimits --clientid "test" --apikey "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductList --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsAttributesData --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsInformation --clientid "test" --apikey "test" --productid "test" --sku "test" --offerid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductDescription --clientid "test" --apikey "test" --productid "test" --offerid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsContentRating --clientid "test" --apikey "test" --sku "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon CreateUpdateProducts --clientid "test" --apikey "test" --items "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon CreateProductByOzonID --clientid "test" --apikey "test" --items "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UpdateProductsAttributes --clientid "test" --apikey "test" --items "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UpdateProductImages --clientid "test" --apikey "test" --productid "test" --images "test" --images360 "test" --color "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon CheckProductsImagesUpload --clientid "test" --apikey "test" --products "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UpdateProductsArticles --clientid "test" --apikey "test" --offers "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon ArchiveProducts --clientid "test" --apikey "test" --products "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UnarchiveProducts --clientid "test" --apikey "test" --products "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon DeleteProductsWithoutSKU --clientid "test" --apikey "test" --articles "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UploadProductActivationCodes --clientid "test" --apikey "test" --productid "test" --codes "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductSubscribersCount --clientid "test" --apikey "test" --sku "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetRelatedSKUs --clientid "test" --apikey "test" --sku "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductCreationStatus --clientid "test" --apikey "test" --taskid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetCodesUploadStatus --clientid "test" --apikey "test" --taskid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetSimplifiedProductStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetAttributesUpdateStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsFilterStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon AddProductVideo --item "test" --url "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon AddProductVideoCover --item "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon CompleteComplexAttribute --object "test" --attributeid "test" --complexid "test" --values "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon BindBarcodes --clientid "test" --apikey "test" --barcodes "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon CreateBarcodes --clientid "test" --apikey "test" --productids "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsStocks --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductsPrices --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetDiscountInformation --clientid "test" --apikey "test" --sku "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UpdateProductsStocks --clientid "test" --apikey "test" --stocks "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon UpdateProductsPrices --clientid "test" --apikey "test" --prices "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon SetProductDiscount --clientid "test" --apikey "test" --productid "test" --discount "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductStocksStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetProductPriceStructure --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetPromotionsList --clientid "test" --apikey "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetAvailablePromoProducts --clientid "test" --apikey "test" --actionid "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetCurrentPromoProducts --clientid "test" --apikey "test" --actionid "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe ozon GetWarehousesList --clientid "test" --apikey "test" --debug --test ' } } def test_slack(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetBotInformation --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetWorkspaceList --token "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetUserList --token "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack SendMessage --token "test" --channel "test" --text "test" --date "test" --blocks "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack SendEphemeralMessage --token "test" --channel "test" --text "test" --user "test" --blocks "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack EditMessage --token "test" --channel "test" --stamp "test" --text "test" --blocks "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack DeleteMessage --token "test" --channel "test" --stamp "test" --issheduled "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetDelayedMessageList --token "test" --channel "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetMessageLink --token "test" --channel "test" --stamp "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetMessageReplyList --token "test" --channel "test" --stamp "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetChannelList --token "test" --notarchived "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetChannelUserList --token "test" --channel "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack CreateChannel --token "test" --title "test" --private "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack ArchiveChannel --token "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetChannel --token "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetChannelHistory --token "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack InviteUsersToChannel --token "test" --channel "test" --users "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack KickUserFromChannel --token "test" --channel "test" --user "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack JoinChannel --token "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack LeaveChannel --token "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack SetChannelTopic --token "test" --channel "test" --theme "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack SetChannelGoal --token "test" --channel "test" --purpose "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack RenameChannel --token "test" --channel "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack OpenDialog --token "test" --users "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack CloseDialog --token "test" --conv "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetFilesList --token "test" --channel "test" --page "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack UploadFile --token "test" --file "test" --filename "test" --title "test" --channel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetFileData --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack DeleteFile --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack MakeFilePublic --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack MakeFilePrivate --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetExternalFileList --token "test" --channel "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GetExternalFile --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack AddExternalFile --token "test" --url "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack SendExternalFile --token "test" --fileid "test" --channels "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack DeleteExternalFile --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe slack GenerateImageBlock --picture "test" --alt "test" --debug --test ' } } def test_telegram(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram GetBotInformation --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram GetUpdates --token "test" --timeout "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SetWebhook --token "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram DeleteWebhook --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram DownloadFile --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendTextMessage --token "test" --chat "test" --text "test" --keyboard "test" --parsemode "test" --reply "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendImage --token "test" --chat "test" --text "test" --picture "test" --keyboard "test" --parsemode "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendVideo --token "test" --chat "test" --text "test" --video "test" --keyboard "test" --parsemode "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendAudio --token "test" --chat "test" --text "test" --audio "test" --keyboard "test" --parsemode "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendDocument --token "test" --chat "test" --text "test" --doc "test" --keyboard "test" --parsemode "test" --filename "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendGif --token "test" --chat "test" --text "test" --gif "test" --keyboard "test" --parsemode "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendMediaGroup --token "test" --chat "test" --text "test" --media "test" --keyboard "test" --parsemode "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendLocation --token "test" --chat "test" --lat "test" --long "test" --keyboard "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendContact --token "test" --chat "test" --name "test" --surname "test" --phone "test" --keyboard "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram SendPoll --token "test" --chat "test" --question "test" --options "test" --anonymous "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram ForwardMessage --token "test" --message "test" --from "test" --to "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram FormKeyboardFromButtonArray --buttons "test" --under "test" --column "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram Ban --token "test" --chat "test" --user "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram Unban --token "test" --chat "test" --user "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram CreateInvitationLink --token "test" --chat "test" --title "test" --expire "test" --limit "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram PinMessage --token "test" --chat "test" --message "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram UnpinMessage --token "test" --chat "test" --message "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram GetParticipantCount --token "test" --chat "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram DeleteMessage --token "test" --chat "test" --message "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram GetAvatarIconList --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram CreateForumThread --token "test" --forum "test" --title "test" --icon "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram EditForumTopic --token "test" --forum "test" --topic "test" --title "test" --icon "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram CloseForumThread --token "test" --forum "test" --topic "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram OpenForumThread --token "test" --forum "test" --topic "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram DeleteForumTopic --token "test" --forum "test" --topic "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram HideMainForumTopic --token "test" --forum "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram ShowMainForumTopic --token "test" --forum "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram EditMainForumTopicName --token "test" --forum "test" --title "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe telegram ClearThreadPinnedMessagesList --token "test" --forum "test" --topic "test" --debug --test ' } } def test_twitter(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter GetAuthorizationLink --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter GetToken --code "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter RefreshToken --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreateCustomTweet --text "test" --media "test" --options "test" --dur "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreateTextTweet --text "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreateImageTweet --text "test" --pictures "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreateGifTweet --text "test" --gifs "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreateVideoTweet --text "test" --videos "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter CreatePollTweet --text "test" --options "test" --duration "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe twitter UploadAttachmentsArray --files "test" --type "test" --auth "test" --debug --test ' } } def test_viber(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SetWebhook --token "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber GetChannelInformation --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber GetUserData --token "test" --user "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber GetOnlineUsers --token "test" --users "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendTextMessage --token "test" --text "test" --user "test" --ischannel "test" --keyboard "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendImage --token "test" --picture "test" --user "test" --ischannel "test" --description "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendFile --token "test" --file "test" --user "test" --ischannel "test" --ext "test" --size "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendContact --token "test" --name "test" --phone "test" --user "test" --ischannel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendLocation --token "test" --lat "test" --long "test" --user "test" --ischannel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber SendLink --token "test" --url "test" --user "test" --ischannel "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe viber CreateKeyboardFromArrayButton --buttons "test" --color "test" --debug --test ' } } def test_vk(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateTokenRetrievalLink --app "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreatePost --text "test" --pictures "test" --ad "test" --url "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateCompositePost --text "test" --objects "test" --ad "test" --url "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeletePost --post "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreatePoll --question "test" --options "test" --picture "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateAlbum --title "test" --description "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteAlbum --album "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateStory --picture "test" --url "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk SaveImageToAlbum --album "test" --picture "test" --description "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteImage --pictureid "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk UploadVideoToServer --file "test" --title "test" --description "test" --album "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk UploadPhotoToServer --file "test" --auth "test" --type "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateDiscussion --title "test" --text "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CloseDiscussion --topic "test" --remove "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk OpenDiscussion --topic "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk WriteInDiscussion --topic "test" --text "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk LikePost --post "test" --wall "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk MakeRepost --post "test" --from "test" --to "test" --ad "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk WriteMessage --text "test" --user "test" --ct "test" --keyboard "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk WriteComment --post "test" --wall "test" --text "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk ShortenLink --url "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetStatistics --datefrom "test" --dateto "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetPostStatistics --posts "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateAdvertisingCampaign --cabinet "test" --title "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateAd --campaign "test" --limit "test" --category "test" --post "test" --cabinet "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk PauseAdvertising --cabinet "test" --adv "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetAdvertisingCategoryList --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetProductCategoryList --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetProductList --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetProductsByID --items "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk AddProduct --product "test" --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk EditProduct --item "test" --product "test" --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteProduct --item "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GroupProducts --items "test" --sellgroup "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetProductDescription --empty "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetSelectionList --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetSelectionsByID --sels "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateProductCollection --title "test" --picture "test" --main "test" --hidden "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk EditProductCollection --title "test" --sel "test" --picture "test" --main "test" --hidden "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk AddProductToCollection --items "test" --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk RemoveProductFromSelection --item "test" --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteSelection --sel "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetPropertyList --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk CreateProductProperty --title "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk EditProductProperty --title "test" --prop "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteProductProperty --prop "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk AddProductPropertyVariant --value "test" --prop "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk EditProductPropertyVariant --value "test" --prop "test" --option "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk DeleteProductPropertyVariant --option "test" --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk GetOrderList --auth "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vk FormKeyboard --buttons "test" --debug --test ' } } def test_vkteams(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams CheckToken --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetEvents --token "test" --last "test" --timeout "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetFileInformation --token "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SendTextMessage --token "test" --chatid "test" --text "test" --reply "test" --keyboard "test" --parsemod "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SendFile --token "test" --chatid "test" --file "test" --text "test" --filename "test" --parsemod "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SendVoice --token "test" --chatid "test" --file "test" --type "test" --reply "test" --keyboard "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams EditMessageText --token "test" --chatid "test" --messageid "test" --text "test" --parsemod "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams DeleteMessage --token "test" --chatid "test" --messageid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams ResendFile --token "test" --chatid "test" --fileid "test" --text "test" --parsemod "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams ResendVoice --token "test" --chatid "test" --fileid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams ForwardMessage --token "test" --messageid "test" --fromid "test" --chatid "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams PinMessage --token "test" --chatid "test" --messageid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams UnpinMessage --token "test" --chatid "test" --messageid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams AnswerButtonEvent --token "test" --queryid "test" --text "test" --url "test" --showalert "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams MakeActionButton --text "test" --data "test" --url "test" --style "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams RemoveChatMembers --token "test" --chatid "test" --members "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams ChangeChatPicture --token "test" --chatid "test" --file "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetChatInfo --token "test" --chatid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetChatAdmins --token "test" --chatid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetChatMembers --token "test" --chatid "test" --cursor "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetChatBlockedUsers --token "test" --chatid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams GetChatJoinRequests --token "test" --chatid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams BlockChatUser --token "test" --chatid "test" --userid "test" --dellast "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams UnblockChatUser --token "test" --chatid "test" --userid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams ApprovePending --token "test" --chatid "test" --userid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams DisapprovePending --token "test" --chatid "test" --userid "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SetChatTitle --token "test" --chatid "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SetChatDescription --token "test" --chatid "test" --text "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe vkteams SetChatRules --token "test" --chatid "test" --text "test" --debug --test ' } } def test_yadisk(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetDiskInformation --token "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk CreateFolder --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetObject --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk DeleteObject --token "test" --path "test" --can "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk CreateObjectCopy --token "test" --from "test" --to "test" --rewrite "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetDownloadLink --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk DownloadFile --token "test" --path "test" --out "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetFilesList --token "test" --amount "test" --offset "test" --type "test" --datesort "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk MoveObject --token "test" --from "test" --to "test" --rewrite "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk UploadFile --token "test" --path "test" --file "test" --rewrite "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk UploadFileByURL --token "test" --path "test" --url "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk PublishObject --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk CancelObjectPublication --token "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetPublishedObjectsList --token "test" --amount "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetPublicObject --token "test" --url "test" --amount "test" --offset "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk GetDownloadLinkForPublicObject --token "test" --url "test" --path "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yadisk SavePublicObjectToDisk --token "test" --url "test" --from "test" --to "test" --debug --test ' } } def test_yandex(){ catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yandex GetConfirmationCode --id "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yandex ConvertCodeToToken --id "test" --secret "test" --device "test" --debug --test ' } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { powershell encoding: 'UTF-8', script:'./oint.exe yandex RefreshToken --id "test" --secret "test" --refresh "test" --debug --test ' } } pipeline { agent any stages { stage('Prepare'){ steps{ powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.1.ospx; del oint-1.15.1.ospx' powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe' } } stage('Run'){ steps{ test_tools() test_airtable() test_bitrix24() test_cdek() test_dropbox() test_gcalendar() test_gdrive() test_gsheets() test_google() test_neocities() test_notion() test_ozon() test_slack() test_telegram() test_twitter() test_viber() test_vk() test_vkteams() test_yadisk() test_yandex() } } } }