1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00
This commit is contained in:
Anton Titovets
2026-01-18 11:57:53 +03:00
parent 00fc132dae
commit 47bdfa68bc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
stages {
stage('Deploy') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript release en'
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os release en'
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
stages {
stage('Deploy') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript release ru'
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os release ru'
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
stages {
stage('Deploy') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript test en'
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os test en'
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
stages {
stage('Deploy') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript test ru'
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os test ru'
}
}
}