Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-23093

use consistent variables across all jenkins jobs for streams, TP versions, etc.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.4.2.AM3
    • 4.4.1.Final
    • build
    • None
    • devex #120 September 2016, devex #122 October 2016

      We have a number of inconsistencies between jobs / pom.xml:

      • JBTCENTRALTARGET_VERSION -> TARGET_PLATFORM_CENTRAL_MAX
      • TARGET_PLATFORM_VERSION vs. TARGET_PLATFORM_VERSION_MIN
      • TARGET_PLATFORM_VERSION_MAXIMUM vs. TARGET_PLATFORM_VERSION_MAX
      • jbosstools_site_stream -> stream_jbt
      • JBT_buildversion -> version_jbt, versionWithRespin_jbt
      • JBDS_buildversion -> version_ds, versionWithResin_ds
      • JBDSVersion -> devstudioReleaseVersion

      Should standardize these.

      Can also (where applicable) script the relationship between version_* and versionWithRespin_*:

      version_jbt=$(echo ${versionWithRespin_jbt} | sed -e '/[abcdwxyz]$/ s/\(^.*\)\(.$\)/\1/')
      version_ds=$(echo ${versionWithRespin_ds} | sed -e '/[abcdwxyz]$/ s/\(^.*\)\(.$\)/\1/')
      

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

              Created:
              Updated:
              Resolved: