1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-30 20:49:04 +02:00
Files
OpenIntegrations/ci/docs_ru
T
Anton Titovets 47bdfa68bc Fastfix
2026-01-18 11:57:53 +03:00

12 lines
238 B
Plaintext

pipeline {
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os release ru'
}
}
}
}