Jenkins delete old deb files
parent
1c7dbcbcd9
commit
b7f7915d18
|
@ -70,6 +70,7 @@ pipeline {
|
|||
agent { label 'debian-repo' }
|
||||
steps {
|
||||
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/ogboot/*.deb"
|
||||
sh "rm -rf /var/tmp/opengnsys/debian-repo/ogboot/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue