[
https://issues.jboss.org/browse/JBIDE-23773?page=com.atlassian.jira.plugi...
]
Nick Boldt resolved JBIDE-23773.
--------------------------------
Fix Version/s: 4.4.3.AM2
(was: 4.4.3.Final)
Resolution: Done
This should hopefully fix things.
{code}
<properties>maven.test.error.ignore=true
-maven.test.failure.ignore=true</properties>
+maven.test.failure.ignore=true
+jbosstools.test.jre.5=${JDK1_5_HOME}
+jbosstools.test.jre.6=${JDK1_6_HOME}
+jbosstools.test.jre.7=${JDK1_7_HOME}
+jbosstools.test.jre.8=${JDK1_8_HOME}
+skipITests=true</properties>{code}
https://github.com/jbdevstudio/jbdevstudio-ci/commit/77ea6c5cdb09892a5ca7...
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: Nick Boldt
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)