1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-15 11:56:36 +02:00

11 lines
201 B
Plaintext
Raw Normal View History

2024-09-20 13:14:15 +03:00
pipeline {
agent any
stages {
stage('Release') {
steps {
2024-09-20 20:45:05 +03:00
bat encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
2024-09-20 13:14:15 +03:00
}
}
}
}