From e2a83236b14a2af48eb5dcb37c56263ed07c2c3f Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Mon, 30 Jun 2025 16:40:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8E=20=D0=B0=D0=B3=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/big_floppa | 4 +++- ci/docs_en | 4 +++- ci/docs_ru | 4 +++- ci/docs_test_en | 4 +++- ci/docs_test_ru | 4 +++- ci/main | 4 +++- ci/opm_push | 4 +++- ci/opm_update | 4 +++- ci/release | 4 +++- 9 files changed, 27 insertions(+), 9 deletions(-) diff --git a/ci/big_floppa b/ci/big_floppa index 0af8c8c1810..75a420df61d 100644 --- a/ci/big_floppa +++ b/ci/big_floppa @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('OpiMain') { diff --git a/ci/docs_en b/ci/docs_en index 8e4c33f7d91..05cec1b8a2f 100644 --- a/ci/docs_en +++ b/ci/docs_en @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Deploy') { steps { diff --git a/ci/docs_ru b/ci/docs_ru index a1342f7b3a9..47f1a7f2d43 100644 --- a/ci/docs_ru +++ b/ci/docs_ru @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Deploy') { steps { diff --git a/ci/docs_test_en b/ci/docs_test_en index 300fc257a3c..f8e8f5acd75 100644 --- a/ci/docs_test_en +++ b/ci/docs_test_en @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Deploy') { steps { diff --git a/ci/docs_test_ru b/ci/docs_test_ru index 9e6872713b2..3bbf89e0c7f 100644 --- a/ci/docs_test_ru +++ b/ci/docs_test_ru @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Deploy') { steps { diff --git a/ci/main b/ci/main index 7743d623607..5a4fa2d6c96 100644 --- a/ci/main +++ b/ci/main @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Prepare') { steps { diff --git a/ci/opm_push b/ci/opm_push index df288d2d6c6..e536872f9b3 100644 --- a/ci/opm_push +++ b/ci/opm_push @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Deploy') { steps { diff --git a/ci/opm_update b/ci/opm_update index bd5ef9bff36..c50cccbb513 100644 --- a/ci/opm_update +++ b/ci/opm_update @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Update') { steps { diff --git a/ci/release b/ci/release index 73235d43052..64164a2a859 100644 --- a/ci/release +++ b/ci/release @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Release') {