From: Jessica Wagantall Date: Mon, 20 Aug 2018 21:46:44 +0000 (-0700) Subject: Remove so config repo yaml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dea13b09eef4e1da3ef8685cc201bd0273dcbbbf;p=ci-management.git Remove so config repo yaml The yaml file for these repos was only containing the CLM job, which is useless for these repos. Delete the yaml file for now. It will be re-added once the teams have any other Jenkins jobs to add. Change-Id: I3f02a3ddec087822271d4fe5b9498c4d19cbb22d Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/so/so-chef-repo.yaml b/jjb/so/so-chef-repo.yaml deleted file mode 100644 index 08acb5463..000000000 --- a/jjb/so/so-chef-repo.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- project: - name: so-chef-repo - project-name: 'so-chef-repo' - jobs: - - gerrit-maven-clm - project: 'so/chef-repo' - stream: - - 'master': - branch: 'master' - mvn-settings: 'so-chef-repo-settings' - files: '**' - archive-artifacts: '' diff --git a/jjb/so/so-docker-config.yaml b/jjb/so/so-docker-config.yaml deleted file mode 100644 index 0d61fc4e9..000000000 --- a/jjb/so/so-docker-config.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- project: - name: so-docker-config - project-name: 'so-docker-config' - jobs: - - gerrit-maven-clm - project: 'so/docker-config' - stream: - - 'master': - branch: 'master' - mvn-settings: 'so-docker-config-settings' - files: '**' - archive-artifacts: '' diff --git a/jjb/so/so-so-config.yaml b/jjb/so/so-so-config.yaml deleted file mode 100644 index bf63719b2..000000000 --- a/jjb/so/so-so-config.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- project: - name: so-so-config - project-name: 'so-so-config' - jobs: - - gerrit-maven-clm - project: 'so/so-config' - stream: - - 'master': - branch: 'master' - mvn-settings: 'so-so-config-settings' - files: '**' - archive-artifacts: ''