You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-30 20:49:04 +02:00
12 lines
238 B
Plaintext
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'
|
|
}
|
|
}
|
|
}
|
|
} |