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