1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Доработки по разделению агентов Jenkins

This commit is contained in:
Anton Titovets
2025-06-30 16:40:20 +03:00
parent e0bc26be1c
commit 07fa16b731
9 changed files with 27 additions and 9 deletions

4
ci/big_floppa vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('OpiMain') {

4
ci/docs_en vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {

4
ci/docs_ru vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {

4
ci/docs_test_en vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {

4
ci/docs_test_ru vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {

4
ci/main vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Prepare') {
steps {

4
ci/opm_push vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {

4
ci/opm_update vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Update') {
steps {

4
ci/release vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Release') {