diff options
-rw-r--r-- | job-cfg/haskell-package-plan.yaml (renamed from job-cfg/haskell-packages.yaml) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-package-plan.yaml index 6a8fd2ca..e0a2d0bf 100644 --- a/job-cfg/haskell-packages.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -1,5 +1,5 @@ - defaults: - name: haskell-packages + name: haskell-package-plan project-type: freestyle properties: - sidebar: @@ -27,14 +27,14 @@ recipients: '{my_recipients}' - job-template: - defaults: haskell-packages + defaults: haskell-package-plan name: '{name}' triggers: - timed: '0 15 * * 1' # every monday at 15:00 UTC - project: - name: haskell-packages - do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/haskell-packages.yaml">haskell-packages.yaml</a>.' + name: haskell-package-plan + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/haskell-package-plan.yaml">haskell-package-plan.yaml</a>.' jobs: - '{name}': my_distro: 'jessie' |