diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-06-18 11:35:55 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-06-18 11:36:00 +0200 |
commit | cd92a5a5f2891385896558da3701d6fc5382713a (patch) | |
tree | 82a29fb1b29bec03c427e212ebc6c00700226581 /job-cfg | |
parent | ae7cf9cf7a7700b1528cdd1e06e159f2a4e7a70a (diff) | |
download | jenkins.debian.net-cd92a5a5f2891385896558da3701d6fc5382713a.tar.xz |
packages-tests: fix syntax of the build trigger
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/packages-tests.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index ad59ba0d..809cc043 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -118,7 +118,6 @@ my_origin_triggers: - pollscm: cron: '* H/2 * * *' - my_trigger: - - '{name}_stretch' + my_trigger: '{name}_stretch' jobs: - junit |