diff options
author | 2018-04-05 15:25:15 +0000 | |
---|---|---|
committer | 2018-04-05 15:25:15 +0000 | |
commit | 21225d89c5463dc1e5b0a29bbc8f61dc651bb5f8 (patch) | |
tree | d6614a1b8df6c1f0bb06c4b7015c6df8407c7e0f | |
parent | f1c7159f44e46a17bb8278be1831a2ab6206572f (diff) | |
parent | 09df9f6127cc37752966d977aa3862b45d10b1a2 (diff) |
Merge "Create Stable Branch Jobs for pharos"
-rw-r--r-- | jjb/pharos/check-jinja2.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/pharos/check-jinja2.yml b/jjb/pharos/check-jinja2.yml index 3ef2f04e5..e3f0df78a 100644 --- a/jjb/pharos/check-jinja2.yml +++ b/jjb/pharos/check-jinja2.yml @@ -15,6 +15,9 @@ - master: branch: '{stream}' disabled: false + - fraser: &fraser + branch: 'stable/{stream}' + disabled: false - euphrates: branch: 'stable/{stream}' disabled: false |