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