diff options
Diffstat (limited to 'jjb/policy/policy-pdp.yaml')
-rw-r--r-- | jjb/policy/policy-pdp.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/jjb/policy/policy-pdp.yaml b/jjb/policy/policy-pdp.yaml deleted file mode 100644 index 58a497eac..000000000 --- a/jjb/policy/policy-pdp.yaml +++ /dev/null @@ -1,31 +0,0 @@ ---- -- project: - name: policy-pdp - project-name: 'policy-pdp' - jobs: - - gerrit-maven-clm: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - - project: 'policy/pdp' - stream: - - 'master': - branch: 'master' - mvn-settings: 'policy-pdp-settings' - files: '**' - archive-artifacts: '' -- project: - name: policy-pdp-sonar - jobs: - - gerrit-maven-sonar - build-node: ubuntu1604-basebuild-4c-4g - project: 'policy/pdp' - project-name: 'policy-pdp' - branch: 'master' - mvn-settings: 'policy-pdp-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |