Not able to get version numbers from artifact server with "Maven metadataPlugin"

2016-01-30 Thread Naresh Chidipothu
Hi, I am trying to get version number as build parameters from artifactory server using https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin Please find the attached screen shot. Please help me how to get values. [image: Displaying image001.png] -- You received

How do I configure passwordless authentication with the jenkins user? Or is it not necessary?

2016-01-30 Thread Kiran
Using two CentOS 7 servers, I set up passwordless authentication with root users. I tried to use the same method (with .pub and authorized_key files) with other local users. But these methods didn't work. SSH connections between the servers with these (non-root) users still prompted for a

fetch the api key for the current user?

2016-01-30 Thread Brian J. Murrell
I am looking for a REST API handle to get the API key of the user that ran a job. That is, within the build steps of a job, I want to get the API key of the user running the job to use to authenticate to jenkins to carry out other activities within the job.  In particular I want to use it to

Is it necessary to have passwordless authentication with the jenkins user to other servers?

2016-01-30 Thread Kiran
Using two CentOS 7 servers, I set up passwordless authentication with root users. I used the same method (with .pub and authorized_key files) with other local users. But these methods didn't work. SSH connections between the servers with these users still prompted for a password. I started

Re: Is it necessary to have passwordless authentication with the jenkins user to other servers?

2016-01-30 Thread Stephen Connolly
Give Jenkins the SSH key by creating a Credentials in Jenkins that provides the key it is supposed to use. On 30 January 2016 at 10:52, Kiran wrote: > Using two CentOS 7 servers, I set up passwordless authentication with root > users. I used the same method (with .pub

Re: [workflow] Problems sending out e-mails on build failures

2016-01-30 Thread Craig Rodrigues
Hi, So after reading this: https://github.com/jenkinsci/workflow-plugin/blob/master/basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html I realized that the Mailer step will not run at all unless *currentBuild.result* is explicitly set. For example this

Re: Jenkins on Windows Server w/ short-workspace-path-plugin (path too long error)

2016-01-30 Thread geoffroy . jabouley
Hi For what i've read about the plugin your using "The plugin has currently no effect on master node and never places short workspaces out of slave's workspace root." Does Jenkins supports windows ntfs 32k file path long names, like \\?\c:\dir\file" ?