From: afenner Date: Fri, 16 Aug 2019 13:03:19 +0000 (+0100) Subject: Attempt to move build to a different node part 3 X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=5433dc4478afcbc238eb7b4044ef239321e3fc59;p=infra%2Fcicd.git Attempt to move build to a different node part 3 Change-Id: I45c5346847e7fb538779223a656c19bcb091290f --- diff --git a/jjb/onap/global-templates-onap-java.yaml b/jjb/onap/global-templates-onap-java.yaml index c11280a1..d96a9587 100644 --- a/jjb/onap/global-templates-onap-java.yaml +++ b/jjb/onap/global-templates-onap-java.yaml @@ -14,6 +14,10 @@ - project-parameters: project: 'onap/{project}' branch: '{branch}' + - string: + name: NODE + default: '{node}' + description: node to do build on - nordix-gerrit-parameters - string: name: JAVA_HOME @@ -31,10 +35,7 @@ name: MVN default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn description: Path to mvn executable - - string: - name: NODE - default: '${node}' - description: node to do build on + scm: - git-scm-gerrit: