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 Titovets 2024-10-28 11:38:07 +03:00
parent 11ffbcb6cc
commit 1e37b392a6

View File

@ -5,6 +5,7 @@ pipeline {
stage('Release') {
steps {
bat 'oscript ./ci/os/releasemaker.os'
archiveArtifacts artifacts: '1.15.1/*'
}
}
}