From d543d6e378177455f6a830db5773a3fed8438adf Mon Sep 17 00:00:00 2001 From: Sameera Priyatham Tadikonda Date: Thu, 3 Jul 2025 11:52:12 -0700 Subject: [PATCH] PDP-518: Changing the workspace permissions --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ce55dd140..8c677357d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -180,6 +180,7 @@ pipeline{ } post { always { + updateWorkspacePermissions() tearDownDocker() } } @@ -216,6 +217,7 @@ pipeline{ } post { always { + updateWorkspacePermissions() tearDownDocker() } } @@ -234,6 +236,7 @@ pipeline{ } post { always { + updateWorkspacePermissions() tearDownDocker() } } @@ -252,6 +255,7 @@ pipeline{ } post { always { + updateWorkspacePermissions() tearDownDocker() } } @@ -270,6 +274,7 @@ pipeline{ } post { always { + updateWorkspacePermissions() tearDownDocker() } }