Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dd795cc
)
Clean the docker images after CI build.
13/1813/2
author
Daniel Stoica
<daniel.stoica@enea.com>
Mon, 21 Oct 2019 12:50:39 +0000
(15:50 +0300)
committer
Daniel Stoica
<daniel.stoica@enea.com>
Tue, 22 Oct 2019 08:31:54 +0000
(11:31 +0300)
JIRA: VAL-52
Signed-off-by: Daniel Stoica <daniel.stoica@enea.com>
Change-Id: Idc11e7b59567d892c8bc8fb7cc3d9822a5d208d0
jjb/validation/validation-docker.yaml
patch
|
blob
|
history
diff --git
a/jjb/validation/validation-docker.yaml
b/jjb/validation/validation-docker.yaml
index
dbcba48
..
481aa59
100644
(file)
--- a/
jjb/validation/validation-docker.yaml
+++ b/
jjb/validation/validation-docker.yaml
@@
-127,6
+127,9
@@
- shell: |
#!/bin/bash -ex
make -k -C docker push-all
+ - shell: |
+ #!/bin/bash -ex
+ docker system prune -af
- job-template:
name: 'validation-docker-manifest-{stream}'