1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00
OpenIntegrations/ci/release
2024-09-20 13:14:15 +03:00

11 lines
208 B
Plaintext

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