[
https://issues.jboss.org/browse/JBIDE-23773?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-23773 at 1/26/17 11:13 AM:
--------------------------------------------------------------
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...
If the webservices PR builder is still broken, let me know. Note that I applied this fix
to 16 PR jobs, not just WS.
was (Author: nickboldt):
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: 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)