Update one.txt

This commit is contained in:
luffy 2024-12-30 23:20:14 +05:30
parent b593735f91
commit 35b205f1db

View File

@ -1 +1,6 @@
hii
hii
stage('Cleanup') {
steps {
deleteDir() // Deletes all files in the workspace
}
}