Skip to content

Commit 1b329f1

Browse files
PDP-518: Changing the workspace permissions
1 parent 1d365f9 commit 1b329f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ pipeline{
180180
}
181181
post {
182182
always {
183+
updateWorkspacePermissions()
183184
tearDownDocker()
184185
}
185186
}
@@ -216,6 +217,7 @@ pipeline{
216217
}
217218
post {
218219
always {
220+
updateWorkspacePermissions()
219221
tearDownDocker()
220222
}
221223
}
@@ -234,6 +236,7 @@ pipeline{
234236
}
235237
post {
236238
always {
239+
updateWorkspacePermissions()
237240
tearDownDocker()
238241
}
239242
}
@@ -252,6 +255,7 @@ pipeline{
252255
}
253256
post {
254257
always {
258+
updateWorkspacePermissions()
255259
tearDownDocker()
256260
}
257261
}
@@ -270,6 +274,7 @@ pipeline{
270274
}
271275
post {
272276
always {
277+
updateWorkspacePermissions()
273278
tearDownDocker()
274279
}
275280
}

0 commit comments

Comments
 (0)