SCM -passwordFile equivalent
One answer
Take a look at 'scm help login'. That will store an obfuscated version of the password in the file system.
If you want to store the password for a user other than yourself, use 'scm --config /path/to/user/directory login ...'. Remember to chmod the .jazz-scm/repositories.txt file to be readable solely by that user after you're done.
If you want to store the password for a user other than yourself, use 'scm --config /path/to/user/directory login ...'. Remember to chmod the .jazz-scm/repositories.txt file to be readable solely by that user after you're done.