X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fakraino-icn-templates.yaml;h=f15154ee84aee9bd344a6d263da4d3afa00adcfc;hb=e67da41b552179482f39a413b61ef0beff8ab12a;hp=3bab6aceff664be8801d6bfb58194821690c8b22;hpb=5cbb66c16b77b17f38d9ead909a7615fd8f32469;p=icn.git diff --git a/ci/jjb/akraino-icn-templates.yaml b/ci/jjb/akraino-icn-templates.yaml index 3bab6ac..f15154e 100644 --- a/ci/jjb/akraino-icn-templates.yaml +++ b/ci/jjb/akraino-icn-templates.yaml @@ -58,6 +58,18 @@ - shell/vagrant-verify.sh publishers: + - postbuildscript: + builders: + - role: BOTH + build-on: + - ABORTED + - FAILURE + - NOT_BUILT + - SUCCESS + - UNSTABLE + build-steps: + # all files should be owned by jenkins, for cleanup + - shell: 'sudo chown jenkins -R .' - icn-infra-publish # - email: # recipients: icn.jenkins@intel.com @@ -121,6 +133,18 @@ - shell/bm-verify.sh publishers: + - postbuildscript: + builders: + - role: BOTH + build-on: + - ABORTED + - FAILURE + - NOT_BUILT + - SUCCESS + - UNSTABLE + build-steps: + # all files should be owned by jenkins, for cleanup + - shell: 'sudo chown jenkins -R .' - icn-infra-publish # - email: # recipients: icn.jenkins@intel.com