[
https://issues.jboss.org/browse/JBIDE-23773?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-23773 at 3/20/17 11:38 AM:
--------------------------------------------------------------
In latest build [1], I see this:
{code}
-Djbosstools.test.jre.8=${JDK1_8_HOME}
-Djbosstools.test.jre.7=${JDK1_7_HOME}
-Djbosstools.test.jre.6=${JDK1_6_HOME}
-Djbosstools.test.jre.5=${JDK1_5_HOME}
-DskipITests=true{code}
[1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
So... I will see if those variable are actually defined on rhel7 nodes in CCI. I suspect
they're not. So the solution will likely to find a variable for the JDK8 runtime path,
and use that for all 4 variables.
was (Author: nickboldt):
In latest build [1], I see this:
{code}
-Djbosstools.test.jre.8=${JDK1_8_HOME}
-Djbosstools.test.jre.7=${JDK1_7_HOME}
-Djbosstools.test.jre.6=${JDK1_6_HOME}
-Djbosstools.test.jre.5=${JDK1_5_HOME}
-DskipITests=true{code}
[1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
So... I will see if those variable are actually defined on rhel7 nodes in CCI. I suspect
they're not. So the solution will likely to find a variable for the JDK8 runtime path,
and use that for all 4 variables.
webservices PR job incorrectly configured
-----------------------------------------
Key: JBIDE-23773
URL:
https://issues.jboss.org/browse/JBIDE-23773
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, webservices
Affects Versions: 4.4.3.AM1
Reporter: Jeff MAURY
Assignee: Jeff MAURY
Labels: build, jenkins, pull_request, webservices
Fix For: 4.4.3.AM2
The Jenkins job for checking webservices pull requests [1] is not properly configured.
JREs (5,...) must be configured through a command line property and this causes tests to
fail.
[1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Should be able to fix the job as we did for server [2].
[2]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)