You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
pipeline {
|
|
agent {
|
|
label 'windows'
|
|
}
|
|
stages {
|
|
stage('Check') {
|
|
steps {
|
|
bat 'oscript ./ci/os/internal/Classes/CLIOutputInspector.os'
|
|
}
|
|
}
|
|
}
|
|
} |