1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-20 10:00:46 +02:00

Create release

This commit is contained in:
Anton Titovets
2024-09-20 13:14:15 +03:00
parent bbcd21d962
commit 36dfdbba39
+11
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Release') {
steps {
powershell encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
}
}
}
}