diff options
author | JulienBe <jb379x@att.com> | 2017-10-02 09:38:21 +0200 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-10-02 09:38:21 +0200 |
commit | 24f3680d1816d13a0ee175e12bde9df5785a8a62 (patch) | |
tree | 6e3bac345a4101203a7394c584227a97205af2ba /jjb | |
parent | 266007d6ed0562162dedfb022b059b27f86eef8d (diff) |
Specify correct build node for so release
Change-Id: I34be8c89bc677e7c11eceba90bd96e92f03615b6
Issue-ID: SO-168
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/so/so.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 325b0fe1a..e28bd2889 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -14,6 +14,7 @@ archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' - '{project-name}-{stream}-release-version-profile-java-daily': mvn-profile: 'with-integration-tests' + build-node: 'ubuntu1604-basebuild-8c-8g' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' |