diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-14 10:07:12 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-03-14 10:07:12 +0800 |
commit | 765f166fce5b51c537fa7762359ea8b8f9a7d621 (patch) | |
tree | 801a23d5d14d215dea5f06ab511eec63eeab9070 | |
parent | ad3b08b6f4ff879cd864c4d1691ec7c87666d3f6 (diff) |
Remove the jjb of unused repo
Change-Id: Iad2bed528b1b138bb61086fec0abfb52c34f1afd
Issue-ID: HOLMES-211
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml deleted file mode 100644 index 82e03fe04..000000000 --- a/jjb/holmes/holmes-dsa.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -- project: - name: holmes-dsa - project-name: 'holmes-dsa' - jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-docker-java-daily': - mvn-params: '-Dmaven.test.skip=true' - build-node: ubuntu1604-docker-8c-8g - project: 'holmes/dsa' - stream: - - 'master': - branch: 'master' - mvn-settings: 'holmes-dsa-settings' - files: '**' - archive-artifacts: '' - docker-pom: 'pom.xml' - mvn-profile: docker - build-node: ubuntu1604-builder-4c-4g - -- project: - name: holmes-dsa-sonar - jobs: - - gerrit-maven-sonar - cron: '@daily' - build-node: ubuntu1604-builder-4c-4g - project: 'holmes/dsa' - project-name: 'holmes-dsa' - branch: 'master' - mvn-settings: 'holmes-dsa-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: holmes-dsa-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: holmes/dsa - project-name: 'holmes-dsa' - branch: 'master' - mvn-settings: 'holmes-dsa-settings' |