Forum Discussion

Sanae's avatar
Sanae
Occasional Contributor
4 years ago
Solved

Value on Custom properties not incremented in the remote repository on the master branch

Hello,   I use this groovy script to increment variable "increment" that i declared on Custom properties :   // read the property as a string def uniqueUserPortion = testRunner.testCase.test...
  • Sanae's avatar
    Sanae
    4 years ago

    Finally, I found the solution to this issue 🙂. the problem is that we can't modify the File in the remote Git Repository via an automated script launched by Jenkins.
    So I created a file in the System File of the Machine where Jenkins is running in order to update the value of the variable ' increment'. and then I wrote the groovy programme that reads, increments by 1 the value and save it back to the file.
    thanks for your collaboration.