diff options
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 0aa4442b..de34c60a 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -23,12 +23,12 @@ builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} "apt-get --no-install-recommends -y install {my_pkgs}; {my_shell}"' publishers: - - email: - recipients: '{my_recipients}' - logparser: parse-rules: '/srv/jenkins/logparse/haskell-package-plan.rules' unstable-on-warning: 'false' fail-on-error: 'false' + - email: + recipients: '{my_recipients}' - plot: - title: Stats yaxis: Packages |