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
  • Based on the error it seems there is an issue downloading dependencies. The error suggests that this could be temporary, so it is worth trying again and seeing if the same error is reproducible. If it is, ensure that the host is able to resolve the URLs mentioned there. You could also try running with the --stacktrace option to get more information as to what went wrong.
Reply
  • Based on the error it seems there is an issue downloading dependencies. The error suggests that this could be temporary, so it is worth trying again and seeing if the same error is reproducible. If it is, ensure that the host is able to resolve the URLs mentioned there. You could also try running with the --stacktrace option to get more information as to what went wrong.
Children
No Data