1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-28 09:08:38 +02:00

Правки JF

This commit is contained in:
Anton Titovets 2024-09-16 13:46:04 +03:00
parent 26c858faaa
commit a5fff05fd8

View File

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