updating and testing BuildDependencies Jenkins pipeline file

This commit is contained in:
dzaitsev
2025-05-03 13:38:54 +03:00
parent bdd4262d50
commit 40f394ac3e
+1 -5
View File
@@ -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