diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-14 22:25:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-15 11:49:14 +0200 |
commit | f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 (patch) | |
tree | 1f145a90bbf7b59f21e0f94bfc9f9cccc3d85489 | |
parent | cd3d9bced12d3cd3fd696a141608828a1c4cb460 (diff) | |
download | jenkins.debian.net-f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732.tar.xz |
Rename Haskell Job to haskell-package-plan
which describes the job better, and matches the newly created git
repository.
-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' |