Fix for UDS build job
[infra/cicd.git] / jjb / onap / uds / uds-macros.yaml
index 186f6911340db2fb22d43f356d2d50bfe20dd119..0692817dd75bee6f9d0a1b090aa22160ae643314 100644 (file)
       - string:
           name: PROJECTS
           default: '{projects}'
-          description: JJB configured PROJECTS parameter to identify Nordix Gerrit projects
+          description: JJB configured PROJECTS parameter to identify Nordix Gerrit projects (e.g. onap/sdc local/onap/uds/sdc-customization)
       - string:
           name: BRANCHES
           default: '{branches}'
-          description: "JJB configured BRANCHES parameter (e.g. 20.1, master)"
+          description: "JJB configured BRANCHES parameter (e.g. 20.1 master)"
       - string:
           name: PROJECT_DIRECTORIES
           default: '{project_directories}'
-          description: Directory names to place PROJECTS
+          description: Directory names to place PROJECTS (e.g. sdc sdc-customization)
       - string:
           name: PROJECT_VERSIONS
           default: '{project_versions}'
-          description: Commit ids of PROJECTS source to checkout e.g. 6d3ab, d96ba Allows for building from specific versions of a source or can also be left blank to pull latest source.
+          description: Commit ids of PROJECTS source to checkout e.g. 6d3ab d96ba Allows for building from specific versions of a source or can also be left blank to pull latest source.
 
 - parameter:
     name: git-parameters
@@ -58,7 +58,7 @@
     parameters:
       - string:
           name: MVN_VERSION
-          default: 3.6.0
+          default: '{mvn_version}'
           description: Maven version to build with
       - string:
           name: MVN_URL