X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fjjb-macros.yaml;h=c1c6abea06f14e8cfa3b0b3663c5a46360e8d26b;hb=66866e36bbdafd8283d785862373c620aca7b5b7;hp=f8c46cbdebc97c2f7e4139a0c6468c01d1ff5882;hpb=d69f745c6578794470e9ae76284e33619aad3b4d;p=infra%2Fcicd.git diff --git a/jjb/global/jjb-macros.yaml b/jjb/global/jjb-macros.yaml index f8c46cbd..c1c6abea 100644 --- a/jjb/global/jjb-macros.yaml +++ b/jjb/global/jjb-macros.yaml @@ -29,39 +29,6 @@ default: ssh://$GERRIT_USER@gerrit.nordix.org:29418 description: HTTPS URL of Project Repo on Nordix Gerrit to clone repo -# Those parameters are used for ONAP java build jobs in Nordix environment. -- parameter: - name: nordix-onap-java-build-parameters - parameters: - - string: - name: JAVA_HOME - default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64' - description: Java home - - string: - name: MVN_VERSION - default: '{mvn_version}' - description: Maven version - - string: - name: MVN_URL - default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip - description: URL to download Maven - - string: - name: MVN - default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn - description: Path to mvn executable - - string: - name: MVN_SETTINGS_XML_VERSION - default: '{mvn_settings_xml_version}' - description: Commit ID of ONAP Oparent repository (https://git.onap.org/oparent/) to pull. Used for Maven settings file. Can be left blank to pull the latest version. - - string: - name: MVN_PARAMS - default: '{mvn_params}' - description: Maven build parameters - - string: - name: SUBDIRECTORY - default: '{subdirectory}' - description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory - - parameter: name: onap-gerrit-parameters parameters: