diff options
author | rohitsakala <rohitsakala@gmail.com> | 2017-01-25 03:51:58 +0530 |
---|---|---|
committer | Rohit Sakala <rohitsakala@gmail.com> | 2017-01-24 22:23:46 +0000 |
commit | 0a8c27b63c12413aeb0b66aa6d1b137f2dfbe749 (patch) | |
tree | 127303e588c3998e96519f7c5dfc3b62ebeb91da | |
parent | c2eac4583d767f7052bfad996b35105edd49ee46 (diff) |
Change trigger of jenkins verify job
It is unneccesary to trigger jenkins verify job for any change in utils
folder.So, changed it to utils/test/testapi
Change-Id: Ie9ad79977a07f5b39274ef57d984d3cb6502caeb
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
-rw-r--r-- | jjb/releng/testapi-automate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index 24e9b8649..abb3481ed 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -44,7 +44,7 @@ branch-pattern: '**/{branch}' file-paths: - compare-type: 'ANT' - pattern: 'utils/**' + pattern: 'utils/test/testapi/**' builders: - run-unit-tests |