updating and testing BuildDependencies Jenkins pipeline file

This commit is contained in:
dzaitsev
2025-05-03 13:35:26 +03:00
parent 970daf84db
commit e6bfb221e7
+1 -1
View File
@@ -11,7 +11,7 @@ pipeline {
// Note: The workspace path should typically be relative to the Jenkins agent root, // Note: The workspace path should typically be relative to the Jenkins agent root,
// or an absolute path that the agent has access to. // or an absolute path that the agent has access to.
// 'C:/Jenkins/workspace/AzaionSuite' is a common pattern. // 'C:/Jenkins/workspace/AzaionSuite' is a common pattern.
workspace 'C:/Jenkins/workspace/AzaionSuite' workspace 'C:/Jenkins/workspace/Azaion'
} }
} }