diff --git a/build/jenkins/BuildDependencies b/build/jenkins/BuildDependencies index baafd3b..934f611 100644 --- a/build/jenkins/BuildDependencies +++ b/build/jenkins/BuildDependencies @@ -11,7 +11,7 @@ pipeline { // 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/AzaionSuite' + workspace 'C:/Jenkins/workspace/Azaion' } }