1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

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

This commit is contained in:
Anton Titovets
2025-06-30 16:40:20 +03:00
parent 1f59e1ac89
commit e2a83236b1
9 changed files with 27 additions and 9 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('OpiMain') {
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Prepare') {
steps {
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Deploy') {
steps {
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Update') {
steps {
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'windows'
}
stages {
stage('Release') {