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
  • Is the Gradle properties file you refer to the same one the Appian help asks you to create with the user id and base64 password in ?

    Looking at Gradle's help it suggests putting the following in the "properties file" (is this the same one as above ?)

    systemProp.https.proxyHost=www.somehost.org #
    systemProp.https.proxyPort=8080 #
    systemProp.https.proxyUser=userid #
    systemProp.https.proxyPassword=password #
    systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost

    With any text suffixed with # (eg www.somehost.org) being replaced by my company's details
Reply
  • Is the Gradle properties file you refer to the same one the Appian help asks you to create with the user id and base64 password in ?

    Looking at Gradle's help it suggests putting the following in the "properties file" (is this the same one as above ?)

    systemProp.https.proxyHost=www.somehost.org #
    systemProp.https.proxyPort=8080 #
    systemProp.https.proxyUser=userid #
    systemProp.https.proxyPassword=password #
    systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost

    With any text suffixed with # (eg www.somehost.org) being replaced by my company's details
Children
No Data