diff --git a/ci/big_floppa b/ci/big_floppa index 0af8c8c181..75a420df61 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 8e4c33f7d9..05cec1b8a2 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 a1342f7b3a..47f1a7f2d4 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 300fc257a3..f8e8f5acd7 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 9e6872713b..3bbf89e0c7 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 7743d62360..5a4fa2d6c9 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 df288d2d6c..e536872f9b 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 bd5ef9bff3..c50cccbb51 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 73235d4305..64164a2a85 100644 --- a/ci/release +++ b/ci/release @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'windows' + } stages { stage('Release') {