From 40f394ac3e236bed5d49d151b49a826f3a69f1ed Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 13:38:54 +0300 Subject: [PATCH] updating and testing BuildDependencies Jenkins pipeline file --- build/jenkins/BuildDependencies | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/jenkins/BuildDependencies b/build/jenkins/BuildDependencies index f901e39..3e73443 100644 --- a/build/jenkins/BuildDependencies +++ b/build/jenkins/BuildDependencies @@ -1,10 +1,6 @@ // Jenkinsfile for Dependencies pipeline pipeline { - // Ensure this runs on your Windows agent - agent { - label { // Specify the agent label type - } - } + agent { label 'Win10-BuildMachine' } tools { // Define any tools needed specifically for dependency installation