forked from pentaho/pentaho-kettle
-
Notifications
You must be signed in to change notification settings - Fork 196
Dev: CICD
Hiromu Hota edited this page Jul 22, 2019
·
3 revisions
The build dependency tree is as follows:
webspoon-docker
├── big-data-plugin
├── marketplace
├── pdi-platform-utils-plugin
├── pentaho-karaf-assembly
├── pentaho-osgi-bundles
└── pdi-dataservice-server-plugin
└── pentaho-kettle
├── pentaho-commons-xul
└── apache-vfs-browser
└── rap
The repositories that do not depend on other repositories are CI/CD by Travis CI, but some by Jenkins due to their dependencies on others.
Repositories CI/CD by Jenkins:
- webspoon-docker (due to its dependency on many other repositories)
- pdi-dataservice-server-plugin (due to its depedency on pentaho-kettle)
- pentaho-kettle (due to its dependency on pentaho-commons-xul, rap, and apache-vfs-browser)