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') {