1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-16 05:06:02 +02:00
OpenIntegrations/ci/release
2024-09-20 20:42:26 +03:00

11 lines
201 B
Plaintext

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