summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-25 21:51:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-25 21:51:14 +0200
commit468b2cbd9278f32f1b986e4c987304eddb90157a (patch)
tree89fd924fe5204d9ef495a599c9fbc70402cbef1b /README
parent42ab7530fe7452a3d1c3cc1edeebd70009350eb3 (diff)
downloadjenkins.debian.net-468b2cbd9278f32f1b986e4c987304eddb90157a.tar.xz
be picky about job names
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 34659301..e57b5f46 100644
--- a/README
+++ b/README
@@ -95,13 +95,13 @@ Installation tests inside chroot environments.
** https://jenkins.debian.net/view/edu_stable/ about Debian Edu Wheezy and Squeeze
* Then there are three types of jobs:
-** 'g-i-installation-$(distro)-$(profile)':
+** 'g-i-installation_$(distro)_$(profile)':
*** tests installation of a profile with preseeding in the graphical installer,
*** screenshots and logs are preserved and a movie created,
*** testing clients against the main-server is planned too, for some time...
-** 'chroot-installation-$(distro)-$(education-metapackage)':
+** 'chroot-installation_$(distro)_install_$(education-metapackage)':
*** tests apt installation of a metapackage in a specic distro.
-* 'edu-packages-$(distro)-$(src-package)':
+* 'edu-packages_$(distro)_$(src-package)':
** builds one of the six debian-edu packages ('debian-edu', 'debian-edu-config', 'debian-edu-install', 'debian-edu-doc', 'debian-edu-artwork', 'debian-edu-archive-keyring' on every push to it's git master branch
** and whenever 'debian-edu-doc' is build, https://jenkins.debian.net/userContent/debian-edu-doc/ get's updated automatically afterwards too.