[jbosstools-issues] [JBoss JIRA] (JBIDE-23773) webservices PR job incorrectly configured

Nick Boldt (JIRA) issues at jboss.org
Thu Jan 26 11:14:00 EST 2017


    [ https://issues.jboss.org/browse/JBIDE-23773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13354044#comment-13354044 ] 

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/77ea6c5cdb09892a5ca7f4445c1986573a754939

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/77ea6c5cdb09892a5ca7f4445c1986573a754939

> 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/Devstudio_pull_requests/job/jbosstools-webservices-Pull-Request/
> 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/Devstudio_pull_requests/job/jbosstools-server-Pull-Request/



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list