diff options
Diffstat (limited to 'jjb/modeling')
-rw-r--r-- | jjb/modeling/modeling-toscaparsers-nfvparser.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/modeling/modeling-toscaparsers-nfvparser.yaml b/jjb/modeling/modeling-toscaparsers-nfvparser.yaml new file mode 100644 index 000000000..3f2fe9621 --- /dev/null +++ b/jjb/modeling/modeling-toscaparsers-nfvparser.yaml @@ -0,0 +1,22 @@ +--- + +- project: + name: modeling-toscaparsers-nfvparser + project-name: 'modeling-toscaparsers-nfvparser' + project: 'modeling/toscaparsers' + stream: + - 'master': + branch: 'master' + mvn-settings: 'modeling-toscaparsers-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'nfvparser': + path: 'nfvparser/' + pattern: 'nfvparser/**' + pom: 'nfvparser/pom.xml' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-{subproject}-verify-python' + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + - '{project-name}-{stream}-{subproject}-release-java-daily' |