mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
Правки JF
This commit is contained in:
parent
26c858faaa
commit
a5fff05fd8
16
jenkinsfile
16
jenkinsfile
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user