diff --git a/build/jenkins/BuildDependencies b/build/jenkins/BuildDependencies index 934f611..f901e39 100644 --- a/build/jenkins/BuildDependencies +++ b/build/jenkins/BuildDependencies @@ -3,15 +3,6 @@ pipeline { // Ensure this runs on your Windows agent agent { label { // Specify the agent label type - label 'Win10-BuildMachine' // Your agent label - // Explicitly set the workspace within the label block - // This ensures dependencies are installed in the correct location - // for the Azaion Build pipeline and covers both repos. - // Adjust this path if needed - // Note: The workspace path should typically be relative to the Jenkins agent root, - // or an absolute path that the agent has access to. - // 'C:/Jenkins/workspace/AzaionSuite' is a common pattern. - workspace 'C:/Jenkins/workspace/Azaion' } }