1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00

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

This commit is contained in:
Anton Titovets
2025-06-30 16:40:20 +03:00
parent ad78da14a1
commit f616a45bec
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') {