- job: name: untriaged-bugs node: bugzilla description: "List out the untriaged bugs" project-type: freestyle triggers: - timed: "H 1 * * 1" publishers: - email-ext: recipients: gluster-devel@gluster.org subject: Weekly Untriaged Bugs body: '${BUILD_LOG_REGEX,regex="^http.*"}' attach-build-log: true success: true builders: - shell: !include-raw: ../scripts/untriaged-bugs.sh wrappers: - timestamps