dcfecker
8 years agoContributor
Jenkins execution--> The requested operation requires elevation
Looking for help with the above error when running my TestExecute tests through jenkins.
I had to jump through a lot of hoops to get the copy artifacts working, and to get access to my gitlabs repo on my Jenkins slave. But now I'm seeing this error:
15:28:04 [TestComplete] [ERROR] An exception occurred: 15:28:04 java.io.IOException: CreateProcess error=740, The requested operation requires elevation.
I have to run my jenkins agent as the "jenkins" user to access the repo. I can't use "Local System Account" for the jenkins agent Login. And this user is having some kind of Admin permissions error.
If I login to to the jenkins agent with "Local System" it works as expected. Since the Local System Account is admin and has all proper privileges. How do I elevate permissions for the"Jenkins" user to bypass this error?