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

jf тест

This commit is contained in:
Anton Titovets 2024-09-16 13:42:21 +03:00
parent 74382c8d84
commit 179f2eb4c5
2 changed files with 4681 additions and 4671 deletions

View File

@ -1,3 +1,13 @@
pipeline {
stage('Checkout') {
steps {
checkout scm
}
}
stage('Build') {
steps {
bat 'oscript ./.github/workflows/os/main.os'
}
}
}

File diff suppressed because it is too large Load Diff