mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
JF Обновления доков
This commit is contained in:
parent
92fc52ad73
commit
878e622d2b
@ -9,6 +9,7 @@ pipeline {
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & "C:/Program Files (x86)/Yarn/bin/yarn" build'
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus/build & neocel --t=%GPGKEY% --yes'
|
||||
withCredentials([string(credentialsId: 'neocities-test', variable: 'TOKEN')]) {
|
||||
powershell encoding: 'UTF-8', script:'oint --token $TOKEN --local "C:\ProgramData\Jenkins\.jenkins\workspace\Docs deploy (Test RU)\docs\docusaurus\build"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -144,7 +144,7 @@ EndFunction
|
||||
//
|
||||
// Parameters:
|
||||
// Token - String - Auth token - token
|
||||
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value - File - files
|
||||
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value > file - files
|
||||
// Singly - Boolean - True > sends files in separate requests - singly
|
||||
//
|
||||
// Returns:
|
||||
|
@ -144,7 +144,7 @@ EndFunction
|
||||
//
|
||||
// Parameters:
|
||||
// Token - String - Auth token - token
|
||||
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value - File - files
|
||||
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value > file - files
|
||||
// Singly - Boolean - True > sends files in separate requests - singly
|
||||
//
|
||||
// Returns:
|
||||
|
@ -99,8 +99,8 @@
|
||||
NewLine.Модуль = "OPI_Neocities";
|
||||
NewLine.Метод = "UploadFiles";
|
||||
NewLine.МетодПоиска = "UPLOADFILES";
|
||||
NewLine.Параметр = "--File";
|
||||
NewLine.Описание = "files";
|
||||
NewLine.Параметр = "--files";
|
||||
NewLine.Описание = "Files: Key > destination path on NC, Value > file";
|
||||
NewLine.Область = "File managment";
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@
|
||||
//
|
||||
// Параметры:
|
||||
// Токен - Строка - Токен авторизации - token
|
||||
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение - Файл - files
|
||||
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение > Файл - files
|
||||
// ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly
|
||||
//
|
||||
// Возвращаемое значение:
|
||||
|
@ -144,7 +144,7 @@
|
||||
//
|
||||
// Параметры:
|
||||
// Токен - Строка - Токен авторизации - token
|
||||
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение - Файл - files
|
||||
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение > Файл - files
|
||||
// ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly
|
||||
//
|
||||
// Возвращаемое значение:
|
||||
|
@ -99,8 +99,8 @@
|
||||
НоваяСтрока.Модуль = "OPI_Neocities";
|
||||
НоваяСтрока.Метод = "ЗагрузитьФайлы";
|
||||
НоваяСтрока.МетодПоиска = "ЗАГРУЗИТЬФАЙЛЫ";
|
||||
НоваяСтрока.Параметр = "--Файл";
|
||||
НоваяСтрока.Описание = "files";
|
||||
НоваяСтрока.Параметр = "--files";
|
||||
НоваяСтрока.Описание = "Файлы для загрузки: Ключ > путь на NC, Значение > Файл";
|
||||
НоваяСтрока.Область = "Работа с файлами";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user