Problem running 'login' Could not secure .jazz-scm.
![]()
Hi,
While trying to login to RTC using the scm.sh triggering from Jenkins am getting the below error.
but am able to login successfully through putty with the same command.
Problem running 'login': Could not secure .jazz-scm. Failed to set permissions on directory /home/jenkins/.jazz-scm <title></title> |
Accepted answer
![]() The first thing you need to check is which Linux user invokes the scm command from Jenkins, and whether this user has write permission to the directory /home/jenkins/.jazz-scm. There is nothing wrong with the command itself.
pravin Dakshin selected this answer as the correct answer
|