Skip to content

Commit

Permalink
fix: remove redundant workspace cleanup step in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganthepro committed Dec 30, 2024
1 parent 3ff7f2f commit 83bc265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ pipeline {
}

post {
clearWs()
always {
sh 'echo y | docker system prune -a'
sh 'rm -rf edusaig-manifests'
Expand Down

0 comments on commit 83bc265

Please sign in to comment.