1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/ci/cli_check
T
2026-01-18 10:30:31 +03:00

12 lines
219 B
Plaintext

pipeline {
agent {
label 'windows'
}
stages {
stage('Check') {
steps {
bat 'oscript ./ci/os/internal/Classes/CLIOutputInspector.os'
}
}
}
}