1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-18 05:04:13 +02:00
This commit is contained in:
Anton Titovets
2025-09-25 22:05:30 +03:00
parent 91548a981f
commit db7c94dbbd
4 changed files with 4 additions and 4 deletions
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/docs_pagetranslate.os'
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/en/md" "docs/docusaurus/docs" /s /e /i /y'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & yarn build'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build'
withCredentials([string(credentialsId: 'neocities-en', variable: 'TOKEN')]) {
powershell encoding: 'UTF-8', script:'oint neocities СинхронизироватьКаталоги --token $ENV:TOKEN --local "C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsEn/docs/docusaurus/build"'
}
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/ru/md" "docs/docusaurus/docs" /s /e /i /y'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & yarn build'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build'
withCredentials([string(credentialsId: 'neocities-ru', variable: 'TOKEN')]) {
powershell encoding: 'UTF-8', script:'oint neocities СинхронизироватьКаталоги --token $ENV:TOKEN --local "C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsRu/docs/docusaurus/build"'
}
+1 -1
View File
@@ -13,7 +13,7 @@ pipeline {
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/docs_pagetranslate.os'
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/en/md" "docs/docusaurus/docs" /s /e /i /y'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & yarn build'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build'
}
}
}
+1 -1
View File
@@ -12,7 +12,7 @@ pipeline {
bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/ru/md" "docs/docusaurus/docs" /s /e /i /y'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & yarn build'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build'
}
}
}