diff --git a/one.txt b/one.txt index 8909c17..e5a1d40 100644 --- a/one.txt +++ b/one.txt @@ -1 +1,6 @@ -hii \ No newline at end of file +hii +stage('Cleanup') { + steps { + deleteDir() // Deletes all files in the workspace + } + } \ No newline at end of file