1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-16 09:38:28 +02:00
Files
OpenIntegrations/ci/pipelines/edt_build.jenkinsfile
T
2026-02-25 16:20:54 +03:00

11 lines
204 B
Plaintext

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