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

12 lines
235 B
Plaintext

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