diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-12 18:37:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-12 18:37:28 +0100 |
commit | 2e4d26f64046cf94e8c3c4dfb01b4ef53c027117 (patch) | |
tree | 58e0011199f9f1767a0c46bd8ab08a851b2580aa /job-cfg | |
parent | 1618d8102adba0d65834ee01ea818a985eea1b8e (diff) | |
download | jenkins.debian.net-2e4d26f64046cf94e8c3c4dfb01b4ef53c027117.tar.xz |
fixup 1618d810: lvc: use yaml interpolation to dispense with .py
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 9666f5ed..88470171 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -1,7 +1,7 @@ - defaults: name: lvc project-type: freestyle - description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml.py">lvc.yaml.py</a>.' + description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml">lvc.yaml</a>.' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html |