Skip to content

Commit

Permalink
[ENGOPS-4503] added commons-ee job
Browse files Browse the repository at this point in the history
  • Loading branch information
smaring committed Aug 30, 2018
1 parent b10a885 commit d622516
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/builders/it-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ jobGroups:
scmUrl : ${WEBDETAILS_SCM_ROOT}/ccc.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-ccc-plugin.version

- jobID : commons-ee
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-ee.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : commons-ee.version
root : commons

- jobID : pdi-plugins-ee
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-ee.git
Expand Down
6 changes: 6 additions & 0 deletions resources/builders/qat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ jobGroups:
scmUrl : ${WEBDETAILS_SCM_ROOT}/ccc.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-ccc-plugin.version

- jobID : commons-ee
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-ee.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : commons-ee.version
root : commons

2500:

Expand Down
6 changes: 6 additions & 0 deletions resources/builders/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,12 @@ jobGroups:
scmUrl : ${WEBDETAILS_SCM_ROOT}/ccc.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : pentaho-ccc-plugin.version

- jobID : commons-ee
scmUrl : ${PENTAHO_SCM_ROOT}/pentaho-ee.git
scmBranch : ${DEFAULT_BRANCH}
versionProperty : commons-ee.version
root : commons

2500:

Expand Down
1 change: 1 addition & 0 deletions resources/config/9.0-qat.versions
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ big-data-plugin.version=9.0.0.0-BUILDTAG
coding-standards.version=9.0.0.0-BUILDTAG
common-ui.version=9.0.0.0-BUILDTAG
commons-database.version=9.0.0.0-BUILDTAG
commons-ee.version=9.0.0.0-BUILDTAG
commons-gwt.version=9.0.0.0-BUILDTAG
commons-xul.version=9.0.0.0-BUILDTAG
dashboard.version=9.0.0.0-BUILDTAG
Expand Down
1 change: 1 addition & 0 deletions resources/config/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ big-data-plugin.version=9.0.0.0-SNAPSHOT
coding-standards.version=9.0.0.0-SNAPSHOT
common-ui.version=9.0.0.0-SNAPSHOT
commons-database.version=9.0.0.0-SNAPSHOT
commons-ee.version=9.0.0.0-SNAPSHOT
commons-gwt.version=9.0.0.0-SNAPSHOT
commons-xul.version=9.0.0.0-SNAPSHOT
dashboard.version=9.0.0.0-SNAPSHOT
Expand Down

0 comments on commit d622516

Please sign in to comment.