1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +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/docs_test_en vendored
View File

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