You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Доработки по разделению агентов Jenkins
This commit is contained in:
4
ci/big_floppa
vendored
4
ci/big_floppa
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('OpiMain') {
|
||||
|
||||
4
ci/docs_en
vendored
4
ci/docs_en
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
4
ci/docs_ru
vendored
4
ci/docs_ru
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
4
ci/docs_test_en
vendored
4
ci/docs_test_en
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
4
ci/docs_test_ru
vendored
4
ci/docs_test_ru
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
4
ci/main
vendored
4
ci/main
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
|
||||
4
ci/opm_push
vendored
4
ci/opm_push
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
|
||||
4
ci/opm_update
vendored
4
ci/opm_update
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
stage('Update') {
|
||||
steps {
|
||||
|
||||
4
ci/release
vendored
4
ci/release
vendored
@@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
stages {
|
||||
|
||||
stage('Release') {
|
||||
|
||||
Reference in New Issue
Block a user