jenkins-bot has submitted this change and it was merged.

Change subject: qunit-cleanup: rm -f when deleting file
......................................................................


qunit-cleanup: rm -f when deleting file

The builders might fail to create the symbolic link in the Apache
workspace, in such a case the publisher should not complain. So pass -f
to rm to skip the error.  The job definitely fails already.

Change-Id: I211d0da992060f4575cc843fc754ab16ff6eed62
---
M jjb/macro.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index a32b4a0..2394ebf 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -349,7 +349,7 @@
      - postbuildscript:
          builders:
            - shell: |
-               rm "/srv/localhost/qunit/$BUILD_TAG"
+               rm -f "/srv/localhost/qunit/$BUILD_TAG"
          # Options are confusing, setting them both to false ensures the
          # postbuildscript is ALWAYS run.
          onsuccess: False

-- 
To view, visit https://gerrit.wikimedia.org/r/166027
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I211d0da992060f4575cc843fc754ab16ff6eed62
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to