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

Update release

This commit is contained in:
Anton 2024-09-20 20:51:38 +03:00
parent c9f373f6d1
commit 0a09aff3c7

View File

@ -4,7 +4,7 @@ pipeline {
stage('Release') {
steps {
bat encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
bat 'oscript ./ci/os/releasemaker.os'
}
}
}