Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

git clean with sudo where possible #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2015

  1. git clean with sudo where possible

    Depending on whether the building user has sudo privileges, it's possible to write files in a build that Jenkins can't clean up, breaking builds for everyone else. Stashbot sudo cleaning would avoid this.
    j-baker committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    3383e05 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Only attempt to sudo clean if regular cleaning failed

    There is no need to try sudo (which might fail due to no sudo access) if git clean succeeds without sudo (which it will, most of the time).
    j-baker committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    3ca87b3 View commit details
    Browse the repository at this point in the history