Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1796

JBDS update site builds should use .GA when parent pom has .Final as the BUILD_ALIAS (artifact suffix)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.1.0.GA, 5.0.0.M3
    • 4.1.0.CR4, 5.0.0.M3
    • build, updatesite
    • None

      Add this (or similar) to 4.1 and 5.0 _stable_branch jobs which build com.jboss features/plugins:

      # If .Final in JBT, use .GA in JBDS
      if [[ $(cat ${WORKSPACE}/build/parent/pom.xml | grep "<BUILD_ALIAS>Final</BUILD_ALIAS>") ]]; then export MAVEN_FLAGS="${MAVEN_FLAGS} -DBUILD_ALIAS=GA"; fi; 
      echo $MAVEN_FLAGS
      

      Meanwhile, JBDS product build is still controlled via the version.properties file in SVN.

            nickboldt Nick Boldt
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: