1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update release

This commit is contained in:
Anton
2024-09-20 20:42:26 +03:00
parent 9190ffef30
commit 4eecb58d0a

View File

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