X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjb-init-project.py;h=8b891f18d4bec1a124027eea816430e18a49d45f;hb=5cf5961a3b764c82fbc22d1a03e6bff1aedbb7b5;hp=da8ff406c869925a8f829b3c5f7fab4b36b06a93;hpb=399f5f506fc5a45d78fd4e4c5c92c1441568b2ee;p=releng%2Fbuilder.git diff --git a/scripts/jjb-init-project.py b/scripts/jjb-init-project.py index da8ff406c..8b891f18d 100644 --- a/scripts/jjb-init-project.py +++ b/scripts/jjb-init-project.py @@ -58,7 +58,7 @@ if cfg.get("JOB_TEMPLATES"): templates = cfg.get("JOB_TEMPLATES") else: templates = ( - "verify,merge,periodic," + "verify,merge," "sonar") ##################