1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Update release

This commit is contained in:
Anton 2024-09-20 20:51:38 +03:00
parent 24c4fe9033
commit b242ee344f

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'
}
}
}