[
https://issues.jboss.org/browse/JBIDE-23093?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-23093:
-------------------------------
Description:
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 script relationship between version_* and versionWithRespin_*:
{code}
version_jbt=$(echo ${versionWithRespin_jbt} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
version_ds=$(echo ${versionWithRespin_ds} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
{code}
was:
We have a number of inconsistencies between jobs / pom.xml:
* TARGET_PLATFORM_CENTRAL_MAX vs. JBTCENTRALTARGET_VERSION
* TARGET_PLATFORM_VERSION vs. TARGET_PLATFORM_VERSION_MIN
* TARGET_PLATFORM_VERSION_MAXIMUM vs. TARGET_PLATFORM_VERSION_MAX
* stream_jbt vs. jbosstools_site_stream
* version_jbt, versionWithRespin_jbt, JBT_buildversion
* version_ds, vesionWithResin_ds, JBDS_buildversion
* devstudioReleaseVersion, JBDSVersion
Should standardize these.
Can script relationship between version_* and versionWithRespin_*:
{code}
version_jbt=$(echo ${versionWithRespin_jbt} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
version_ds=$(echo ${versionWithRespin_ds} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
{code}
use consistent variables across all jenkins jobs for streams, TP
versions, etc.
-------------------------------------------------------------------------------
Key: JBIDE-23093
URL:
https://issues.jboss.org/browse/JBIDE-23093
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.1.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.4.2.AM3
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 script relationship between version_* and versionWithRespin_*:
{code}
version_jbt=$(echo ${versionWithRespin_jbt} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
version_ds=$(echo ${versionWithRespin_ds} | sed -e '/[abcdwxyz]$/
s/\(^.*\)\(.$\)/\1/')
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)