1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/ci/release
T
2024-09-20 20:45:05 +03:00

11 lines
201 B
Plaintext

pipeline {
agent any
stages {
stage('Release') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
}
}
}
}