Skip to content
Snippets Groups Projects
Commit 344313e1 authored by birkhoff's avatar birkhoff
Browse files

deleteOldArtifacts Task added

parent 3fd8ae2e
Branches
Tags
No related merge requests found
...@@ -61,6 +61,11 @@ task downloadCli << { ...@@ -61,6 +61,11 @@ task downloadCli << {
} }
task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite'
delete updateSite
}
task collectArtifacts(type:Copy) { task collectArtifacts(type:Copy) {
from groupID+'.repository/target/repository/' from groupID+'.repository/target/repository/'
into 'updatesite' into 'updatesite'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment