Re: How to read the logged in user's password in Jenkins as plain text?

2015-08-20 Thread Mantoo Ankalakoti
Hi, How r u? O am getting an error in groovy script in my Jenkins. FATAL: Failed to install https://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip to E:\Jenkins\tools\Groovy\Groovy_1.7.6hudson.util.IOException2 http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2: Failed

Re: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Brantone
That's quite a security issue and generally not recommended. As a compromise, if it's required as part of a job, could use the Password Parameter option and have the user re-enter it. On Friday, 27 March 2015 16:38:17 UTC-7, Mantoo Ankalakoti wrote: Hi, I want to read the logged in users

RE: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Mantoo Ankalakoti
Hi, In my Jenkins job I have created users with Jenkins own user database. The passwords and user names are same as the svn credentials. So in my job I am trying to connect to svn using the logged in users credentials. So I need this scenario.. Thanks and Regards, Mahantesh.C.A On

RE: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Matthew.Webber
Take a look at https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mantoo Ankalakoti Sent: 30 March 2015 10:13 To: jenkinsci-users@googlegroups.com Subject: RE: How to read the logged in

RE: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Matthew.Webber
Mantoo (original poster), if you tell us what you are trying to achieve, there might be a better way to do it that does not need the user’s password. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brantone Sent: 30 March 2015 08:38 To:

Re: How to read the logged in user's password in Jenkins as plain text?

2015-03-28 Thread Baptiste Mathus
I don't think there's a way to do this. Fortunately. 2015-03-28 0:38 GMT+01:00 Mantoo Ankalakoti mankalak...@gmail.com: Hi, I want to read the logged in users password in my jenkins shell script. I am using the Jenkins own database for authentication. Please help me if there is any way to