https://bugzilla.wikimedia.org/show_bug.cgi?id=51137
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected]. |[email protected] |org | --- Comment #1 from Antoine "hashar" Musso <[email protected]> --- /srv/org/wikimedia/integration/nightly/mobile/android-commons/ belong to jenkins-slave user but it should belong to jenkins user. The job is executing on a slave and the .apk are copied back to the master node using the copy-to-master plugin. That plugin runs as 'jenkins' user which does not have access to jenkins-slave files :-] The fix was: chown -R jenkins:jenkins /srv/org/wikimedia/integration/nightly/mobile/android-commons I have asked Jenkins to rebuild the failing job and it worked: https://integration.wikimedia.org/ci/job/apps-android-commons-build/70/ The file show up at https://integration.wikimedia.org/nightly/mobile/android-commons/?C=M;O=D -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
