Re: The SDK directory '/root/opt/android-sdk-linux' does not exist.

2016-09-20 Thread Nico Schmoigl
Hi Pradeep, your SDK is the root's home directory, dude. Usually, the unix permissions[1] do not permit to access this directory for other users (check with ls -al /root ). I would suggest to move the SDK to some other location on your filesystem (for example as /opt). Remember to adjust the e

Re: Powershell script runs fine locally, but when ran via Jenkins...

2016-09-13 Thread Nico Schmoigl
Hi Aaron, just out of the blue: Are these two different users which you are referring to? I.e. do you run your Jenkins server/slave with the same user as with the user you are logging on and testing whether the folder exists? If not, then you should check whether the Jenkins user is also author

Jenkins and system messages (even when using direct link w/ Single Sign On)

2016-09-11 Thread Nico Schmoigl
Hi folks, I am currently part of a group of operators who manage several Jenkins servers with >1000 users. These users authenticate via an LDAP server; default authorization mainly is read-only + build authorization. The jobs running on the server are generated via the REST API (and an own-deve