Skip to content

Commit f8a85ed

Browse files
author
Nosheen Adil
committed
add cleanup
1 parent 64bc613 commit f8a85ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jenkins/pipeline.groovy

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ def run_all(os, deploy = false) {
4242
run(os, it, deploy)
4343
}
4444
}
45+
46+
stage("Cleanup")
47+
{
48+
cleanWs()
49+
dir("${env.WORKSPACE}@tmp") {
50+
deleteDir()
51+
}
52+
}
4553
}
4654

4755
return this

0 commit comments

Comments
 (0)