This document builds on the steps outlined in Install GNU Mailman on Debian/Ubuntu and assumes you have a Jenkins agent running as the user jenkins
on the system running GNU Mailman.
Add the Jenkins account to the list
group and set ownership & permissions accordingly
sudo sed -i '/^list:.*/ s/$/,jenkins/' /etc/group sudo chown -R root:list /etc/mailman/lists sudo chown root:list /etc/aliases*
Resources