1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-19 21:17:55 +02:00

Create release

This commit is contained in:
Anton Titovets 2024-09-20 13:14:15 +03:00
parent bbcd21d962
commit 36dfdbba39

11
ci/release Normal file
View File

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