summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/aaf-inno.yaml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-26 23:26:20 +0000
committerSai Gandham <sg481n@att.com>2018-03-26 23:32:16 +0000
commit6883e9568c4b5a4a4baa84dc338cb7830463b88d (patch)
treef948c991e23cbd35cc7d96ec3f8b45a6b7f93b5d /jjb/aaf/aaf-inno.yaml
parent55b1f009f66827c3fb9c1b45488b441699bf219c (diff)
Delete cadi & inno templates,modify authz
Delete cadi & inno jenkins templates since these modules move to authz porject.Remvoe authz docker file since we will add new docker jenkins template which we build docker with automated docker scripts. Issue-ID: AAF-198 Change-Id: I93df0a81f24fa610d46fecd6366521f660156499 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'jjb/aaf/aaf-inno.yaml')
-rw-r--r--jjb/aaf/aaf-inno.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/jjb/aaf/aaf-inno.yaml b/jjb/aaf/aaf-inno.yaml
deleted file mode 100644
index 0620e1fb6..000000000
--- a/jjb/aaf/aaf-inno.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-- project:
- name: aaf-inno
- project-name: 'aaf-inno'
- jobs:
- - gerrit-maven-clm:
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
- project: 'aaf/inno'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'aaf-inno-settings'
- files: '**'
- archive-artifacts: ''
-- project:
- name: aaf-inno-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'aaf/inno'
- project-name: 'aaf-inno'
- branch: 'master'
- mvn-settings: 'aaf-inno-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'