mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-19 21:17:55 +02:00
jf тест
This commit is contained in:
parent
74382c8d84
commit
179f2eb4c5
12
jenkinsfile
12
jenkinsfile
@ -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
Loading…
x
Reference in New Issue
Block a user