From e6bfb221e7c9d8ccd05fe04a9a1355cbf9dbab56 Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Sat, 3 May 2025 13:35:26 +0300 Subject: [PATCH] updating and testing BuildDependencies Jenkins pipeline file --- build/jenkins/BuildDependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }