1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-22 05:31:17 +02:00

11 lines
175 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:51:38 +03:00
bat 'oscript ./ci/os/releasemaker.os'
2024-09-20 13:14:15 +03:00
}
}
}
}