Skip to content

Commit edb2fc3

Browse files
authored
Merge pull request #2397 from ceph/cdp-cw
ceph-dev-pipeline: Clean up workspace in post
2 parents 92451e1 + 716b177 commit edb2fc3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ceph-dev-pipeline/build/Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,13 @@ pipeline {
596596
}
597597
}
598598
}
599+
post {
600+
always {
601+
script {
602+
sh 'podman unshare chown -R 0 $WORKSPACE/dist/ceph'
603+
}
604+
}
605+
}
599606
}
600607
}
601608
}

0 commit comments

Comments
 (0)