You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-06 21:04:14 +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 en'
|
|
}
|
|
}
|
|
}
|
|
} |