Delete uploaded files in tmp file
parent
83c3ac8bef
commit
44a73d0bbf
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue