Skip to content

Commit

Permalink
Introduce default-remote to add origin in git branches.
Browse files Browse the repository at this point in the history
Fix building/compile to compile/packaging

Fix centralzip location (should be parameterized in future)
  • Loading branch information
maxandersen committed Jul 22, 2015
1 parent 40f8526 commit 50a9812
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildchow/templates/aggregate-site-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
url: https://github.com/jbosstools/jbosstools-build-sites
wipe-workspace: false
branches:
- '{branch}'
- '{default-remote}/{branch}'
included-regions:
- "aggregate/site/*"
- "aggregate/*"
Expand Down
4 changes: 2 additions & 2 deletions buildchow/templates/component-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- string:
name: TARGET_PLATFORM_VERSION
default: "{target-platform-version}"
description: "Target platform used for building/compilation"
description: "Target platform used for compilation/packaging"
- string:
name: TARGET_PLATFORM_VERSION_MAXIMUM
default: "{target-platform-version-maximum}"
Expand All @@ -48,7 +48,7 @@
wipe-workspace: false
basedir: "sources"
branches:
- '{branch}'
- '{default-remote}/{branch}'

triggers:
- pollscm: "{scm-schedule}"
Expand Down
2 changes: 1 addition & 1 deletion buildchow/templates/core-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
9.0.mars
target-platform-version: 4.50.0.Alpha2
target-platform-version-maximum: 4.50.0.Alpha2
branch: jbosstools-4.3.0.Alpha2x
branch: jbosstools-4.3.0.Beta1x
component:
*components # reusing same component list but could use different one per stream if needed
jobs:
Expand Down
1 change: 1 addition & 0 deletions buildchow/templates/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
disabled: false
default-jdk: jdk1.8
default-maven-version: maven-3.2.5
default-remote: origin
jvm-memory: "-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m"
tests-folder: tests # for some it is all-tests
component-responsible: ""
Expand Down
4 changes: 2 additions & 2 deletions buildchow/templates/product-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- string:
name: JBOSS_CENTRAL_ZIP
description: "This should be overwritten by the value passed in from upstream job jbosstools-centraltarget_4.3.mars"
default: http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.Alpha1-SNAPSHOT/jbtcentraltarget-4.50.0.Alpha1-SNAPSHOT.zip
default: http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.Beta1-SNAPSHOT/jbtcentraltarget-4.50.0.Beta1-SNAPSHOT.zip
- bool:
name: skipRevisionCheckWhenPublishing
default: false
Expand All @@ -61,7 +61,7 @@
- git:
url: git@github.com:jbdevstudio/jbdevstudio-product.git
branches:
- '{branch}'
- '{default-remote}/{branch}'
browser: githubweb
browser-url: https://github.com/jbdevstudio/jbdevstudio-product/
basedir: "sources"
Expand Down
2 changes: 1 addition & 1 deletion buildchow/templates/versionwatch-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- git:
url: git@github.com:jbdevstudio/jbdevstudio-qa.git
branches:
- '{branch}'
- '{default-remote}/{branch}'
browser: githubweb
browser-url: https://github.com/jbdevstudio/jbdevstudio-qa/
basedir: "sources"
Expand Down

0 comments on commit 50a9812

Please sign in to comment.