Delete uploaded files in tmp file

main
Nicolas Arenas 2025-03-26 11:58:34 +01:00
parent 83c3ac8bef
commit 44a73d0bbf
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ pipeline {
agent { label 'debian-repo' }
steps {
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/ogdhcp/*.deb"
sh "rm -rf /var/tmp/opengnsys/debian-repo/ogdhcp"
}
}
}