You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-16 09:38:28 +02:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
pipeline {
|
|
agent { label 'windows' }
|
|
stages {
|
|
|
|
stage('Build') {
|
|
steps {
|
|
bat 'oscript ./ci/os/internal/Classes/IBUpdater.os'
|
|
}
|
|
}
|
|
}
|
|
} |