Skip to content

Commit

Permalink
Merge pull request #71 from dcleao/viz-api
Browse files Browse the repository at this point in the history
Point VizAPI pipeline to master branches for now.
  • Loading branch information
cardosov authored Jun 28, 2018
2 parents a4b9008 + e73808b commit cdf0864
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions resources/builders/viz-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,50 @@ buildProperties:

# job item field defaults
# These are arbitrary properties for doing replacements in this data file
DCLEAO_SCM_ROOT : https://github.com/dcleao
# ...

jobGroups:
# Always required

1000:

- jobID : platform-api
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
directives : += -DskipDefault -P platform-api
versionProperty : platform.version
archiveMatcher : NONE

2100:

- jobID : platform-base
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
directives : += -DskipDefault -P platform-base
versionProperty : platform.version
archiveMatcher : NONE

2200:

- jobID : osgi-bundles-highdeps
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-osgi-bundles.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-osgi-bundles.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
directives : += -P highdeps -DskipDefault
versionProperty : pentaho-osgi-bundles.version
archiveMatcher : NONE

2500:

- jobID : cdf-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/cdf.git
scmBranch : BACKLOG-23474
scmUrl : ${PENTAHO_SCM_ROOT}/cdf.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23474
versionProperty : pentaho-cdf-plugin.version

2600:

- jobID : common-ui
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform-plugin-common-ui.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-common-ui.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
versionProperty : common-ui.version

2700:
Expand All @@ -70,68 +70,68 @@ jobGroups:
2800:

- jobID : cde-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/cde.git
scmBranch : BACKLOG-23474
scmUrl : ${PENTAHO_SCM_ROOT}/cde.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23474
versionProperty : pentaho-cde-plugin.version

- jobID : cgg-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/cgg.git
scmBranch : BACKLOG-23471
scmUrl : ${PENTAHO_SCM_ROOT}/cgg.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23471
versionProperty : pentaho-cgg-plugin.version

2900:

- jobID : platform-reporting-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform-plugin-reporting.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-reporting.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
versionProperty : pentaho-reporting-plugin.version

3300:

- jobID : geo-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform-plugin-geo.git
scmBranch : BACKLOG-23472
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-geo.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23472
versionProperty : pentaho-geo-plugin.version

3400:

- jobID : analyzer-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-analyzer.git
scmBranch : BACKLOG-23471
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-analyzer.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23471
directives : += -Dagilebi
versionProperty : analyzer-plugin.version

3500:

- jobID : data-exploration
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-det.git
scmBranch : BACKLOG-23472
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-det.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23472
versionProperty : pentaho-det.version
archiveMatcher : NONE

3600:

- jobID : data-exploration-ee
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-det-ee.git
scmBranch : BACKLOG-23472
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-det-ee.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23472
versionProperty : pentaho-det.version
archiveMatcher : NONE

- jobID : karaf-assembly
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-karaf-assembly.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-karaf-assembly.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
versionProperty : pentaho-karaf.version

- jobID : dashboards-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform-plugin-dashboards.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-dashboards.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
versionProperty : dashboard-plugin.version

3700:

- jobID : pir-plugin
scmUrl : ${DCLEAO_SCM_ROOT}/pentaho-platform-plugin-interactive-reporting.git
scmBranch : BACKLOG-23466
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-platform-plugin-interactive-reporting.git
scmBranch : ${DEFAULT_BRANCH} # BACKLOG-23466
versionProperty : pir-plugin.version

3800:
Expand Down

0 comments on commit cdf0864

Please sign in to comment.