clean the workspace in the publisher
[releng.git] / jjb / doctor / doctor.yaml
index e919111..6a8e07b 100644 (file)
     name: 'doctor-verify-installer-inspector-builders-macro'
     builders:
       # yamllint disable rule:indentation
-      - 'clean-workspace-log'
       - shell:
           !include-raw:
               - ./doctor-env-presetup.sh
           # As Jenkins user, it has no permission to send ICMP package
           sudo -E tox -e py34
 
+
 # -------------------------------
 # publisher macros
 # -------------------------------
       - archive:
           artifacts: 'doctor_tests/*.log'
       - email-jenkins-admins-on-failure
+      - 'post-clean-workspace'
 
 
 #####################################