https://bugzilla.wikimedia.org/show_bug.cgi?id=47040

--- Comment #4 from Antoine "hashar" Musso <[email protected]> ---
Migrated all job history from the per job directory to the shared directory
/var/lib/jenkins/config-history/jobs using the following script:

----------------------------------------------------------------------
#!/bin/bash -e

src=/var/lib/jenkins/jobs
target=/var/lib/jenkins/config-history/jobs

cd "$src"
dirs=( * )
for f in "${dirs[@]}"
do      
        cp -r -v "$f/config-history" "$target/$f"
done
----------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to