diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-02-07 06:29:50 -0800 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-02-07 06:29:50 -0800 |
commit | b53938bafc4510737485b66af5293d72cea46f53 (patch) | |
tree | f0357005517f32e488fa1afa4e10f33a75cbe810 /jjb/optf | |
parent | b188a17ff129bdfda103b7455511c14321446613 (diff) |
Modified file pattern for jjb for optf-has
Updated the job with correct pattern
to trigger changes for conductor directory.
Change-Id: I1e23eb35a8dfede2828759760dbd5ce8a4cf3df3
Issue-ID: OPTFRA-5
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-has-python.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml index 2a2a011d8..81b215d67 100644 --- a/jjb/optf/optf-has-python.yaml +++ b/jjb/optf/optf-has-python.yaml @@ -11,6 +11,6 @@ subproject: - 'conductor': path: 'conductor' - pattern: 'has/**' + pattern: 'conductor/**' jobs: - '{project-name}-{stream}-{subproject}-verify-python' |