From e79571d9414ba423cab4fe9e171ab72cae143068 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Wed, 19 Jul 2017 15:06:21 +0800 Subject: Rename jenkins job yaml file Make the file name is consistent with the project name Change-Id: I15a78242f6547e42cbf4b996fbc1fd6502dbf094 Issue-ID: CIMAN-5 Signed-off-by: ying.yunlong --- jjb/vfc/vfc-gvnfm-vnfres-python.yaml | 17 ----------------- jjb/vfc/vfc-gvnfm-vnfres.yaml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 jjb/vfc/vfc-gvnfm-vnfres-python.yaml create mode 100644 jjb/vfc/vfc-gvnfm-vnfres.yaml diff --git a/jjb/vfc/vfc-gvnfm-vnfres-python.yaml b/jjb/vfc/vfc-gvnfm-vnfres-python.yaml deleted file mode 100644 index db7762f3e..000000000 --- a/jjb/vfc/vfc-gvnfm-vnfres-python.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- - -- project: - name: vfc-gvnfm-vnfres - project-name: 'vfc-gvnfm-vnfres' - project: 'vfc/gvnfm/vnfres' - stream: - - 'master': - branch: 'master' - mvn-settings: 'vfc-gvnfm-vnfres-settings' - build-node: ubuntu1604-basebuild-4c-4g - subproject: - - 'res': - path: 'res' - pattern: 'res/**' - jobs: - - '{project-name}-{stream}-{subproject}-verify-python' diff --git a/jjb/vfc/vfc-gvnfm-vnfres.yaml b/jjb/vfc/vfc-gvnfm-vnfres.yaml new file mode 100644 index 000000000..db7762f3e --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnfres.yaml @@ -0,0 +1,17 @@ +--- + +- project: + name: vfc-gvnfm-vnfres + project-name: 'vfc-gvnfm-vnfres' + project: 'vfc/gvnfm/vnfres' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfres-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'res': + path: 'res' + pattern: 'res/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' -- cgit 1.2.3-korg