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 // Jenkinsfile for Dependencies pipeline
pipeline { pipeline {
// Ensure this runs on your Windows agent agent { label 'Win10-BuildMachine' }
agent {
label { // Specify the agent label type
}
}
tools { tools {
// Define any tools needed specifically for dependency installation // Define any tools needed specifically for dependency installation