Setting up Jenkins to run automated tests against expression rules

I'm trying to set up a Jenkins job to run automated tests against our expression rules.

I've followed the steps outlined on the help page (avivadev.appiancloud.com/.../Running_Automated_Tests_on_Expression_Rules_with_Jenkins.html

However when the Jenkins build job runs it fails with the following message ...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'SystemTest'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve org.codehaus.groovy.modules.http-builder:http-builder:0.7.2.
Required by:
:SystemTest:unspecified
> Could not resolve org.codehaus.groovy.modules.http-builder:http-builder:0.7.2.
> Could not get resource 'jcenter.bintray.com/.../http-builder-0.7.2.pom'.
> Could not G...

OriginalPostID-223153

OriginalPostID-223153

  Discussion posts and replies are publicly visible

Parents
  • Unfortunately neither suggestion worked. Adding the systemProp.xxxx statements, with the appropriate values, to either end of the properties file makes no difference. I get the response

    :runApplicationTest
    Start System Test
    :runApplicationTest FAILED

    FAILURE: Build failed with an exception.

    * Where:
    Build file 'C:\\Program Files (x86)\\Jenkins\\workspace\\ApplicationTest\\build.gradle' line: 47

    * What went wrong:
    Execution failed for task ':runApplicationTest'.
    > This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server

    I assume my company has put in place additional security which is blocking the request.

    I did manage to get the file(s) from codehaus using the original build script, but only by downloading and installing Gradle and running the script directly from the CMD> line.
Reply
  • Unfortunately neither suggestion worked. Adding the systemProp.xxxx statements, with the appropriate values, to either end of the properties file makes no difference. I get the response

    :runApplicationTest
    Start System Test
    :runApplicationTest FAILED

    FAILURE: Build failed with an exception.

    * Where:
    Build file 'C:\\Program Files (x86)\\Jenkins\\workspace\\ApplicationTest\\build.gradle' line: 47

    * What went wrong:
    Execution failed for task ':runApplicationTest'.
    > This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server

    I assume my company has put in place additional security which is blocking the request.

    I did manage to get the file(s) from codehaus using the original build script, but only by downloading and installing Gradle and running the script directly from the CMD> line.
Children
No Data