Forum Discussion

Ludo15101966's avatar
Ludo15101966
Contributor
8 years ago
Solved

Jenkins/maven from free Soapui to Ready api

I'm trying new test reporting with Ready api 1.7 and CI Chain jenkins/maven I'm using my own trial license activated on my desktop. I copied the license in a directory pointed by "soapui.home" in t...
  • Ludo15101966's avatar
    Ludo15101966
    8 years ago

    Hello Marcus ,

     

    Thank you for your reply

     

    The pb is now solved, we were using the same trial license on personal desktop and jenkins on ubuntu CI server.

    As jenkins user is not a "normal" user you have to run a command like this to apply the license

     

    sudo -H -u jenkins bash -c 'java -jar ready-api-license-manager-1.1.jar -fkeyfile.key'

     

    If it helps other users

     

    regards