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

11 lines
201 B
Plaintext
Raw Normal View History

2024-09-20 12:14:15 +02:00
pipeline {
agent any
stages {
stage('Release') {
steps {
2024-09-20 19:42:26 +02:00
cmd encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
2024-09-20 12:14:15 +02:00
}
}
}
}