chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes

I install isolator++ for C++ 3.5 version to a windows server which is a jenkins slave. I also run configuration tool to set the license key.

When I try to run unit test from jenkins slave server within the jenkins job, then I got error:

14:20:24 ************ Typemock Isolator++ Notice *************

14:20:24 Invalid license key detected!

14:20:24 Please enter a valid license using Configration.exe 

14:20:24 

 

However, if I logged in to jenkins slave server and locally run the same command like in the jenkins job, then it works.  

Can you please help on what I missed on the setup?

this is the commandline that I have tried to run unit tests that are using typemock:

.xxxsourceSoftwareBonusbcUTbcTestDebugbcTest.exe --gtest_output=xml:.UnitTestOutput.xml

thanks

asked by thaia (600 points)

1 Answer

0 votes
Please make sure to set the license with the Jenkins user.
answered by eli (5.7k points)
...