1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/ci/docs_ru
T

12 lines
238 B
Plaintext
Raw Normal View History

2025-07-06 01:01:25 +03:00
pipeline {
agent {
label 'windows'
}
2025-07-06 01:01:25 +03:00
stages {
stage('Deploy') {
steps {
2026-01-18 11:57:53 +03:00
bat encoding: 'UTF-8', script:'oscript ./ci/os/DocsDeployScript.os release ru'
2025-07-06 01:01:25 +03:00
}
}
}
2024-09-27 20:00:14 +03:00
}