1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-28 09:08:38 +02:00
OpenIntegrations/ci/clitestru
Vitaly the Alpaca (bot) 1221adbf7f Main build (Jenkins)
2024-10-14 10:18:00 +03:00

2363 lines
140 KiB
Plaintext

pipeline {
agent any
stages {
stage('Prepare'){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/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 РазложитьJSON --json "test" --nesting "test" --name "test" --enc "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe tools ПреобразоватьBase64ВДвоичные --in "test" --debug --test '
}
}
def test_airtable(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьСписокБаз --token "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьТаблицыБазы --token "test" --base "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable СоздатьБазу --token "test" --ws "test" --title "test" --tablesdata "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable СоздатьТаблицу --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 ИзменитьТаблицу --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 СоздатьПоле --token "test" --base "test" --table "test" --fielddata "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ИзменитьПоле --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 ПолучитьПолеСтроковое --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеНомера --title "test" --precision "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеВложения --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеФлажка --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеДаты --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеПочты --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеТелефона --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьПолеСсылки --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьСписокЗаписей --token "test" --base "test" --table "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьЗапись --token "test" --base "test" --table "test" --record "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable СоздатьЗаписи --token "test" --base "test" --table "test" --data "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable УдалитьЗаписи --token "test" --base "test" --table "test" --records "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe airtable ПолучитьКомментарии --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 СоздатьКомментарий --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 ИзменитьКомментарий --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 УдалитьКомментарий --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 ПолучитьСсылкуАвторизацииПриложения --domain "test" --clientid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьТокен --clientid "test" --clientsecret "test" --code "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОбновитьТокен --clientid "test" --clientsecret "test" --refresh "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СерверноеВремя --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьНовость --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 ИзменитьНовость --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 УдалитьНовость --url "test" --postid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокПросмотревшихВажное --url "test" --postid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьНовости --url "test" --postid "test" --sel "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьКомментарийНовости --url "test" --postid "test" --text "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьПолучателейКНовости --url "test" --postid "test" --vision "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокЗадач --url "test" --filter "test" --offset "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьЗадачу --url "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьЗадачу --url "test" --task "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьФайлВЗадачу --url "test" --task "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПринятьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтклонитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ЗавершитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВозобновитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтложитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПриостановитьЗадачу --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 НачатьВыполнениеЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 НачатьНаблюдатьЗаЗадачей --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПрекратитьНаблюдатьЗаЗадачей --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДелегироватьЗадачу --url "test" --task "test" --user "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьЗадачуВИзбранное --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УбратьЗадачуИзИзбранного --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьИсториюЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПроверитьДоступКЗадаче --url "test" --task "test" --users "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтключитьЗвукЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВключитьЗвукЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьЗависимостьЗадач --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 УдалитьЗависимостьЗадач --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 ПолучитьПланЗадачНаДень --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруЗадачи --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруФильтраЗадач --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокПользовательскихПолейЗадачи --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьПользовательскоеПолеЗадачи --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 ИзменитьПользовательскоеПолеЗадачи --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 ПолучитьПользовательскоеПолеЗадачи --url "test" --fieldid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьПользовательскоеПолеЗадачи --url "test" --fieldid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьЭлементЧеклистаЗадачи --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 ИзменитьЭлементЧеклистаЗадачи --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 УдалитьЭлементЧеклистаЗадачи --url "test" --task "test" --element "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьЧеклистЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьЭлементЧеклистаЗадачи --url "test" --task "test" --element "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВыполнитьЭлементЧеклистаЗадачи --url "test" --task "test" --element "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВозобновитьЭлементЧеклистаЗадачи --url "test" --task "test" --element "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокКомментариевЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьКомменатрийЗадачи --url "test" --task "test" --comment "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьКомментарийЗадачи --url "test" --task "test" --text "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьКомментарийЗадачи --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 УдалитьКомментарийЗадачи --url "test" --task "test" --comment "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокРезультатов --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьРезультатИзКомментария --url "test" --comment "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьРезультатИзКомментария --url "test" --comment "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруКомментария --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьСтадиюКанбана --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 ИзменитьСтадиюКанбана --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 УдалитьСтадиюКанбана --url "test" --stage "test" --admin "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтадииКанбана --url "test" --entityid "test" --admin "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПеренестиЗадачуВСтадиюКанбана --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 ДобавитьТрудозатратыЗадачи --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 УдалитьТрудозатратыЗадачи --url "test" --task "test" --record "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокТрудозатратЗадачи --url "test" --task "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьТрудозатратыЗадачи --url "test" --task "test" --record "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьТрудозатратыЗадачи --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 НачатьУчетВремени --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 ЗавершитьУчетВремени --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 ПриостановитьУчетВремени --url "test" --userid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтатусУчетаВремени --url "test" --userid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьНастройкиУчетаВремени --url "test" --userid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокХранилищ --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьХранилищеПриложения --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьХранилище --url "test" --storageid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПереименоватьХранилище --url "test" --storageid "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСодержимоеХранилища --url "test" --storageid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьКаталогВХранилище --url "test" --storageid "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьИнформациюОКаталоге --url "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьПодкаталог --url "test" --folderid "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СкопироватьКаталог --url "test" --folderid "test" --tagetid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПереместитьКаталог --url "test" --folderid "test" --tagetid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьКаталог --url "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьВнешнююСсылкуКаталога --url "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьДочерниеЭлементыКаталога --url "test" --folderid "test" --filter "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПоместитьКаталогВКорзину --url "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВосстановитьКаталог --url "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПереименоватьКаталог --url "test" --folderid "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруФильтраКаталога --url "test" --empty "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ЗагрузитьФайлВХранилище --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 ЗагрузитьФайлВКаталог --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 ПолучитьИнформациюОФайле --url "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьФайл --url "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьВнешнююСсылкуФайла --url "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПоместитьФайлВКорзину --url "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВосстановитьФайл --url "test" --fileid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СкопироватьФайл --url "test" --fileid "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПереместитьФайлВКаталог --url "test" --fileid "test" --folderid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПереименоватьФайл --url "test" --fileid "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьЧат --url "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокПользователейЧата --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПокинутьЧат --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьПользователей --url "test" --users "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ДобавитьПользователейВЧат --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 ИсключитьПользователяИзЧата --url "test" --chat "test" --user "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьЗаголовокЧата --url "test" --chat "test" --title "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьЦветЧата --url "test" --chat "test" --color "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьКартинкуЧата --url "test" --chat "test" --picture "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СменитьВладельцаЧата --url "test" --chat "test" --user "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтключитьУведомленияЧата --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ВключитьУведомленияЧата --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокСообщенийЧата --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 ПолучитьДиалог --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокПользователейДиалога --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтправитьУведомлениеОВводе --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтатусПользователя --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УстановитьСтатусПользователя --url "test" --status "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПрочитатьВсе --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьКаталогФайловЧата --url "test" --chat "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруЧата --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтправитьСообщение --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 ИзменитьСообщение --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 УстановитьРеакциюНаСообщение --url "test" --message "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьСообщение --url "test" --message "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтправитьФайл --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 ОтметитьСообщениеКакПрочитанное --url "test" --chat "test" --message "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ОтметитьСообщениеКакНепрочитанное --url "test" --chat "test" --message "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьБлокКартинки --title "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьБлокФайла --title "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьПерсональноеУведомление --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 СоздатьСистемноеУведомление --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 УдалитьУведомление --url "test" --notif "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьПодразделение --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 ИзменитьПодразделение --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 ПолучитьПодразделения --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 УдалитьПодразделение --url "test" --depid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьТекущегоПользователя --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьПользователя --url "test" --userid "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьПользователя --url "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьПользователя --url "test" --userid "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьСтатусПользователя --url "test" --userid "test" --fire "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 НайтиПользователей --url "test" --filter "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтурктуруПользователя --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруФильтраПользователей --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьЛид --url "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьЛид --url "test" --lead "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьЛид --url "test" --lead "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокЛидов --url "test" --filter "test" --offset "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьЛид --url "test" --lead "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруЛида --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруФильтраЛидов --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 СоздатьСделку --url "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 УдалитьСделку --url "test" --deal "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСделку --url "test" --deal "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСписокСделок --url "test" --filter "test" --offset "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ИзменитьСделку --url "test" --deal "test" --fields "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруСделки --url "test" --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe bitrix24 ПолучитьСтруктуруФильтраСделок --empty "test" --debug --test '
}
}
def test_cdek(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ПолучитьТокен --account "test" --pass "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek СоздатьЗаказ --token "test" --order "test" --ostore "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ИзменитьЗаказ --token "test" --uuid "test" --order "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek УдалитьЗаказ --token "test" --uuid "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ПолучитьЗаказ --token "test" --uuid "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ПолучитьЗаказПоНомеру --token "test" --number "test" --internal "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ОформитьКлиентскийВозврат --token "test" --uuid "test" --tariff "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek СоздатьОтказ --token "test" --uuid "test" --testapi "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe cdek ПолучитьОписаниеЗаказа --empty "test" --required "test" --ostore "test" --debug --test '
}
}
def test_dropbox(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСсылкуАвторизации --appkey "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьТокен --appkey "test" --appsecret "test" --code "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ОбновитьТокен --appkey "test" --appsecret "test" --refresh "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьИнформациюОбАккаунте --token "test" --account "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьДанныеИспользованияПространства --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьИнформациюОбОбъекте --token "test" --path "test" --detail "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСписокФайловПапки --token "test" --path "test" --detail "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьПревью --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ЗагрузитьФайл --token "test" --file "test" --path "test" --overwrite "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ЗагрузитьФайлПоURL --token "test" --url "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСтатусЗагрузкиПоURL --token "test" --job "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox УдалитьОбъект --token "test" --path "test" --permanently "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox КопироватьОбъект --token "test" --from "test" --to "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПереместитьОбъект --token "test" --from "test" --to "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox СоздатьПапку --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox СкачатьФайл --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox СкачатьПапку --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСписокВерсийОбъекта --token "test" --path "test" --amount "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ВосстановитьОбъектКВерсии --token "test" --path "test" --rev "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСписокТегов --token "test" --paths "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ДобавитьТег --token "test" --path "test" --tag "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox УдалитьТег --token "test" --path "test" --tag "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ОпубликоватьПапку --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ОтменитьПубликациюПапки --token "test" --folder "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ДобавитьПользователейКФайлу --token "test" --fileid "test" --emails "test" --readonly "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ДобавитьПользователейКПапке --token "test" --folder "test" --emails "test" --readonly "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ПолучитьСтатусАсинхронногоИзменения --token "test" --job "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe dropbox ОтменитьПубликациюФайла --token "test" --fileid "test" --debug --test '
}
}
def test_gcalendar(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar СоздатьКалендарь --token "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПолучитьМетаданныеКалендаря --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ИзменитьМетаданныеКалендаря --token "test" --calendar "test" --title "test" --description "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ОчиститьОсновнойКалендарь --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar УдалитьКалендарь --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПолучитьСписокКалендарей --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ДобавитьКалендарьВСписок --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПолучитьКалендарьСписка --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar УдалитьКалендарьИзСписка --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ИзменитьКалендарьСписка --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 ПолучитьОписаниеСобытия --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПолучитьСписокСобытий --token "test" --calendar "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПолучитьСобытие --token "test" --calendar "test" --event "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar СоздатьСобытие --token "test" --calendar "test" --props "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ПереместитьСобытие --token "test" --from "test" --to "test" --event "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar ИзменитьСобытие --token "test" --calendar "test" --props "test" --event "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gcalendar УдалитьСобытие --token "test" --calendar "test" --event "test" --debug --test '
}
}
def test_gdrive(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьИнформациюОбОбъекте --token "test" --object "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьСписокКаталогов --token "test" --querry "test" --depth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьСписокФайлов --token "test" --querry "test" --catalog "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ЗагрузитьФайл --token "test" --file "test" --props "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive СоздатьПапку --token "test" --title "test" --catalog "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive СкачатьФайл --token "test" --object "test" --out "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive СкопироватьОбъект --token "test" --object "test" --title "test" --catalog "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ОбновитьФайл --token "test" --object "test" --file "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive УдалитьОбъект --token "test" --object "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьОписаниеФайла --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive СоздатьКомментарий --token "test" --object "test" --text "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьКомментарий --token "test" --object "test" --comment "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive ПолучитьСписокКомментариев --token "test" --object "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gdrive УдалитьКомментарий --token "test" --object "test" --comment "test" --debug --test '
}
}
def test_gsheets(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets СоздатьКнигу --token "test" --title "test" --sheets "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets ПолучитьКнигу --token "test" --spreadsheet "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets ИзменитьНаименованиеКниги --token "test" --spreadsheet "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets ДобавитьЛист --token "test" --spreadsheet "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets УдалитьЛист --token "test" --spreadsheet "test" --sheet "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets КопироватьЛист --token "test" --from "test" --to "test" --sheet "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets УстановитьЗначенияЯчеек --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 ОчиститьЯчейки --token "test" --spreadsheet "test" --cells "test" --sheetname "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe gsheets ПолучитьЗначенияЯчеек --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 СформироватьСсылкуПолученияКода --id "test" --calendar "test" --drive "test" --sheets "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe google ПолучитьТокенПоКоду --id "test" --secret "test" --code "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe google ОбновитьТокен --id "test" --secret "test" --refresh "test" --debug --test '
}
}
def test_neocities(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities ПолучитьДанныеОСайте --token "test" --sitename "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities ПолучитьТокен --login "test" --password "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities ЗагрузитьФайл --token "test" --path "test" --file "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities ЗагрузитьФайлы --token "test" --files "test" --singly "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities УдалитьВыбранныеФайлы --token "test" --paths "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities ПолучитьСписокФайлов --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe neocities СинхронизироватьКаталоги --token "test" --local "test" --remote "test" --debug --test '
}
}
def test_notion(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion СоздатьСтраницу --token "test" --page "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion СоздатьСтраницуВБазу --token "test" --base "test" --data "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ПолучитьСтраницу --token "test" --page "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ИзменитьСвойстваСтраницы --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 СоздатьБазуДанных --token "test" --page "test" --title "test" --props "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ПолучитьБазуДанных --token "test" --base "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ИзменитьСвойстваБазы --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 СоздатьБлок --token "test" --page "test" --block "test" --prev "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ВернутьБлок --token "test" --block "test" --core "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ВернутьДочерниеБлоки --token "test" --block "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion УдалитьБлок --token "test" --block "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion СписокПользователей --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe notion ПолучитьДанныеПользователя --token "test" --user "test" --debug --test '
}
}
def test_ozon(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьДеревоКатегорийИТиповТоваров --clientid "test" --apikey "test" --lang "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьХарактеристикиКатегории --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 ПолучитьЗначенияХарактеристики --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 НайтиЗначенияХарактеристики --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 ПолучитьЛимитыРаботыСТоварами --clientid "test" --apikey "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСписокТоваров --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьОписанияХарактеристикТоваров --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьИнформациюОТоварах --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 ПолучитьОписаниеТовара --clientid "test" --apikey "test" --productid "test" --offerid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьКонтентРейтингТоваров --clientid "test" --apikey "test" --sku "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon СоздатьОбновитьТовары --clientid "test" --apikey "test" --items "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon СоздатьТоварыПоOzonID --clientid "test" --apikey "test" --items "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ОбновитьХарактеристикиТоваров --clientid "test" --apikey "test" --items "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ОбновитьИзображенияТовара --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 ПроверитьЗагрузкуИзображенийТоваров --clientid "test" --apikey "test" --products "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ИзменитьАртикулыТоваров --clientid "test" --apikey "test" --offers "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon АрхивироватьТовары --clientid "test" --apikey "test" --products "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon РазархивироватьТовары --clientid "test" --apikey "test" --products "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon УдалитьТоварыБезSKU --clientid "test" --apikey "test" --articles "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ЗагрузитьКодыАктивацииТовара --clientid "test" --apikey "test" --productid "test" --codes "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьКоличествоПодписчиковТоваров --clientid "test" --apikey "test" --sku "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСвязанныеSKU --clientid "test" --apikey "test" --sku "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтатусДобавленияТовара --clientid "test" --apikey "test" --taskid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтатусДобавленияКодов --clientid "test" --apikey "test" --taskid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтруктуруТовара --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСокращеннуюСтруктуруТовара --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтруктуруОбновленияХарактеристик --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтруктуруФильтраТоваров --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ДобавитьВидеоТовара --item "test" --url "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ДобавитьВидеообложкуТовара --item "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ДополнитьКомплексныйАтрибут --object "test" --attributeid "test" --complexid "test" --values "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПривязатьШтрихкоды --clientid "test" --apikey "test" --barcodes "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon СоздатьШтрихкоды --clientid "test" --apikey "test" --productids "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьКоличествоТоваров --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьЦеныТоваров --clientid "test" --apikey "test" --filter "test" --last "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьИнформациюОбУценке --clientid "test" --apikey "test" --sku "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ОбновитьКоличествоТоваров --clientid "test" --apikey "test" --stocks "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ОбновитьЦеныТоваров --clientid "test" --apikey "test" --prices "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon УстановитьСкидкуНаУцененныйТовар --clientid "test" --apikey "test" --productid "test" --discount "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтруктуруОстатковТовара --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСтруктуруЦеныТовара --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСписокАкций --clientid "test" --apikey "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьДоступныеТоварыАкции --clientid "test" --apikey "test" --actionid "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьУчаствующиеТоварыАкции --clientid "test" --apikey "test" --actionid "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe ozon ПолучитьСписокСкладов --clientid "test" --apikey "test" --debug --test '
}
}
def test_slack(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьИнформациюОБоте --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокРабочихОбластей --token "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокПользователей --token "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ОтправитьСообщение --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 ОтправитьЭфемерноеСообщение --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 ИзменитьСообщение --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 УдалитьСообщение --token "test" --channel "test" --stamp "test" --issheduled "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокОтложенныхСообщений --token "test" --channel "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСсылкуНаСообщение --token "test" --channel "test" --stamp "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокОтветовНаСообщение --token "test" --channel "test" --stamp "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокКаналов --token "test" --notarchived "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокПользователейКанала --token "test" --channel "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack СоздатьКанал --token "test" --title "test" --private "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack АрхивироватьКанал --token "test" --channel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьКанал --token "test" --channel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьИсториюКанала --token "test" --channel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПригласитьПользователейВКанал --token "test" --channel "test" --users "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ВыгнатьПользователяИзКанала --token "test" --channel "test" --user "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ВступитьВКанал --token "test" --channel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПокинутьКанал --token "test" --channel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack УстановитьТемуКанала --token "test" --channel "test" --theme "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack УстановитьЦельКанала --token "test" --channel "test" --purpose "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПереименоватьКанал --token "test" --channel "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ОткрытьДиалог --token "test" --users "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ЗакрытьДиалог --token "test" --conv "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокФайлов --token "test" --channel "test" --page "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ЗагрузитьФайл --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 ПолучитьДанныеФайла --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack УдалитьФайл --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack СделатьФайлПубличным --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack СделатьФайлПриватным --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьСписокВнешнихФайлов --token "test" --channel "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ПолучитьВнешнийФайл --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ДобавитьВнешнийФайл --token "test" --url "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack ОтправитьВнешнийФайл --token "test" --fileid "test" --channels "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack УдалитьВнешнийФайл --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe slack СформироватьБлокКартинку --picture "test" --alt "test" --debug --test '
}
}
def test_telegram(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ПолучитьИнформациюБота --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ПолучитьОбновления --token "test" --timeout "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram УстановитьWebhook --token "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram УдалитьWebhook --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram СкачатьФайл --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ОтправитьТекстовоеСообщение --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 ОтправитьКартинку --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 ОтправитьВидео --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 ОтправитьАудио --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 ОтправитьДокумент --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 ОтправитьГифку --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 ОтправитьМедиагруппу --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 ОтправитьМестоположение --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 ОтправитьКонтакт --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 ОтправитьОпрос --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 ПереслатьСообщение --token "test" --message "test" --from "test" --to "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram СформироватьКлавиатуруПоМассивуКнопок --buttons "test" --under "test" --column "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram Бан --token "test" --chat "test" --user "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram Разбан --token "test" --chat "test" --user "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram СоздатьСсылкуПриглашение --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 ЗакрепитьСообщение --token "test" --chat "test" --message "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ОткрепитьСообщение --token "test" --chat "test" --message "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ПолучитьЧислоУчастников --token "test" --chat "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram УдалитьСообщение --token "test" --chat "test" --message "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ПолучитьСписокИконокАватаров --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram СоздатьТемуФорума --token "test" --forum "test" --title "test" --icon "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ИзменитьТемуФорума --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 ЗакрытьТемуФорума --token "test" --forum "test" --topic "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ОткрытьТемуФорума --token "test" --forum "test" --topic "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram УдалитьТемуФорума --token "test" --forum "test" --topic "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram СкрытьГлавнуюТемуФорума --token "test" --forum "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ПоказатьГлавнуюТемуФорума --token "test" --forum "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ИзменитьИмяГлавнойТемыФорума --token "test" --forum "test" --title "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe telegram ОчиститьСписокЗакрепленныхСообщенийТемы --token "test" --forum "test" --topic "test" --debug --test '
}
}
def test_twitter(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter ПолучитьСсылкуАвторизации --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter ПолучитьТокен --code "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter ОбновитьТокен --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter СоздатьПроизвольныйТвит --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 СоздатьТекстовыйТвит --text "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter СоздатьТвитКартинки --text "test" --pictures "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter СоздатьТвитГифки --text "test" --gifs "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter СоздатьТвитВидео --text "test" --videos "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter СоздатьТвитОпрос --text "test" --options "test" --duration "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe twitter ЗагрузитьМассивВложений --files "test" --type "test" --auth "test" --debug --test '
}
}
def test_viber(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber УстановитьWebhook --token "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber ПолучитьИнформациюОКанале --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber ПолучитьДанныеПользователя --token "test" --user "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber ПолучитьОнлайнПользователей --token "test" --users "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber ОтправитьТекстовоеСообщение --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 ОтправитьКартинку --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 ОтправитьФайл --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 ОтправитьКонтакт --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 ОтправитьЛокацию --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 ОтправитьСсылку --token "test" --url "test" --user "test" --ischannel "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe viber СформироватьКлавиатуруИзМассиваКнопок --buttons "test" --color "test" --debug --test '
}
}
def test_vk(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьСсылкуПолученияТокена --app "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьПост --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 СоздатьСоставнойПост --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 УдалитьПост --post "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьОпрос --question "test" --options "test" --picture "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьАльбом --title "test" --description "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьАльбом --album "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьИсторию --picture "test" --url "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СохранитьКартинкуВАльбом --album "test" --picture "test" --description "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьКартинку --pictureid "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ЗагрузитьВидеоНаСервер --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 ЗагрузитьФотоНаСервер --file "test" --auth "test" --type "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьОбсуждение --title "test" --text "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ЗакрытьОбсуждение --topic "test" --remove "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ОткрытьОбсуждение --topic "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk НаписатьВОбсуждение --topic "test" --text "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПоставитьЛайк --post "test" --wall "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СделатьРепост --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 НаписатьСообщение --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 НаписатьКомментарий --post "test" --wall "test" --text "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СократитьСсылку --url "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСтатистику --datefrom "test" --dateto "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСтатистикуПостов --posts "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьРекламнуюКампанию --cabinet "test" --title "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьРекламноеОбъявление --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 ПриостановитьРекламноеОбъявление --cabinet "test" --adv "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокРекламныхКатегорий --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокКатегорийТоваров --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокТоваров --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьТоварыПоИД --items "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ДобавитьТовар --product "test" --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ИзменитьТовар --item "test" --product "test" --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьТовар --item "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СгруппироватьТовары --items "test" --sellgroup "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьОписаниеТовара --empty "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокПодборок --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьПодборкиПоИД --sels "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьПодборкуТоваров --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 ИзменитьПодборкуТоваров --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 ДобавитьТоварВПодборку --items "test" --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьТоварИзПодборки --item "test" --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьПодборку --sel "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокСвойств --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СоздатьСвойствоТовара --title "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ИзменитьСвойствоТовара --title "test" --prop "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьСвойствоТовара --prop "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ДобавитьВариантСвойстваТовара --value "test" --prop "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ИзменитьВариантСвойстваТовара --value "test" --prop "test" --option "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk УдалитьВариантСвойстваТовара --option "test" --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk ПолучитьСписокЗаказов --auth "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vk СформироватьКлавиатуру --buttons "test" --debug --test '
}
}
def test_vkteams(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПроверитьТокен --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьСобытия --token "test" --last "test" --timeout "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьИнформациюОФайле --token "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ОтправитьТекстовоеСообщение --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 ОтправитьФайл --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 ОтправитьГолосовоеСообщение --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 ИзменитьТекстСообщения --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 УдалитьСообщение --token "test" --chatid "test" --messageid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПереслатьФайл --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 ПереслатьГолосовоеСообщение --token "test" --chatid "test" --fileid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПереслатьСообщение --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 ЗакрепитьСообщение --token "test" --chatid "test" --messageid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ОткрепитьСообщение --token "test" --chatid "test" --messageid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ОтветитьНаСобытиеКлавиатуры --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 СформироватьКнопкуДействия --text "test" --data "test" --url "test" --style "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ИсключитьПользователейЧата --token "test" --chatid "test" --members "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ИзменитьАватарЧата --token "test" --chatid "test" --file "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьИнформациюОЧате --token "test" --chatid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьАдминистраторовЧата --token "test" --chatid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьПользователейЧата --token "test" --chatid "test" --cursor "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьЗаблокированныхПользователейЧата --token "test" --chatid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ПолучитьЗапросыВступленияЧата --token "test" --chatid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ЗаблокироватьПользователяЧата --token "test" --chatid "test" --userid "test" --dellast "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams РазблокироватьПользователяЧата --token "test" --chatid "test" --userid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ОдобритьЗаявкуНаВступление --token "test" --chatid "test" --userid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams ОтклонитьЗаявкуНаВступление --token "test" --chatid "test" --userid "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams УстановитьЗаголовокЧата --token "test" --chatid "test" --text "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams УстановитьОписаниеЧата --token "test" --chatid "test" --text "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe vkteams УстановитьПравилаЧата --token "test" --chatid "test" --text "test" --debug --test '
}
}
def test_yadisk(){
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьИнформациюОДиске --token "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk СоздатьПапку --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьОбъект --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk УдалитьОбъект --token "test" --path "test" --can "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk СоздатьКопиюОбъекта --token "test" --from "test" --to "test" --rewrite "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьСсылкуДляСкачивания --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk СкачатьФайл --token "test" --path "test" --out "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьСписокФайлов --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 ПереместитьОбъект --token "test" --from "test" --to "test" --rewrite "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ЗагрузитьФайл --token "test" --path "test" --file "test" --rewrite "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ЗагрузитьФайлПоURL --token "test" --path "test" --url "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ОпубликоватьОбъект --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ОтменитьПубликациюОбъекта --token "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьСписокОпубликованныхОбъектов --token "test" --amount "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьПубличныйОбъект --token "test" --url "test" --amount "test" --offset "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk ПолучитьСсылкуСкачиванияПубличногоОбъекта --token "test" --url "test" --path "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yadisk СохранитьПубличныйОбъектНаДиск --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 ПолучитьКодПодтверждения --id "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yandex ПреобразоватьКодВТокен --id "test" --secret "test" --device "test" --debug --test '
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'./oint.exe yandex ОбновитьТокен --id "test" --secret "test" --refresh "test" --debug --test '
}
}
pipeline {
agent any
stages {
stage('Prepare'){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/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()
}
}
}
}