Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Victor Martinez
Does C:\Users\support\.jenkins\config.xml file exist? Is that the same as It used to be? You can force the Jenkins Home location: - https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins I hope it helps On Monday, 8 February 2016 06:58:07 UTC, Divya wrote: > >

Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Baptiste Mathus
Never heard of that tool personally, but quick guess: reading " /var/lib/jenkins/plugins/nsiqcollector/" and the stack trace I think you need to specify the executable path and not the enclosing directory. My 2 cents Le 4 févr. 2016 2:25 PM, "Kishore Tangudu" a écrit :

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Baptiste Mathus
Hi, If you're actually using the 1.159 (and not 1.591 or something) version, then it's a known issue. And (most likely) will never be fixed on such an old Jenkins version (likely a typo though, would make roughly a 8/9 years old version) In this case your only short term solution is to revert to

play-autotest-plugin no longer available

2016-02-08 Thread Rafael Rezende
The current release (1.0.0) and the archive pages are unavailable (404 not found) from the plugin's wiki: https://wiki.jenkins-ci.org/display/JENKINS/play-plugin Archive link: http://updates.jenkins-ci.org/download/plugins/play-autotest-plugin/ Current version:

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Divya
Thanks!!!. Can you give me steps that to be followed while upgrading Jenkins as am very new to it. Am using Jenkins.war file in normal local windows machine. ThanksInAdvance On Monday, February 8, 2016 at 1:48:30 PM UTC+5:30, Baptiste Mathus wrote: > > Hi, > If you're actually using the 1.159

Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Kishore Tangudu
Hi Divya, No files been opened. I got Idea that,by executing jobs with proper User login. I have 1Q, Do you have any idea about NSIQCollector (cyclomatic complexity)? *Regards,* *Kishore Tangudu* * Banglore.* Think twice before take a print. Save trees. On Mon, Feb 8, 2016 at 1:17 PM, Divya

Re: Jenkins plugin stats broken

2016-02-08 Thread Daniel Beck
Thanks for the information. I'll look into it. No idea whether I'll have the time this week to do that though. On 08.02.2016, at 00:50, nightwolf...@gmail.com wrote: > Whats happened to the Jenkins plugin stats? > > > > -- > You received this message because you are subscribed to the Google

Re: Publish test file .TRX to .XML on jenkins

2016-02-08 Thread ok999
Ok there was an option to publish in the drop down of the pipeline configuration On Monday, February 8, 2016 at 11:19:24 AM UTC-6, ok999 wrote: > > hey guys, > The unit test & integration test stages in the pipeline for a .net app, > returns the .trx file as a result. I know that there is a

Jira login down?

2016-02-08 Thread Jon Schewe
I tried logging into Jira today to update a ticket and got Sorry, a communication error occurred while trying to contact the remote authentication server. Is anyone else having this problem or is it just me? Jon -- http://mtu.net/~jpschewe -- You received this message because you are

Re: Jenkins plugin stats broken

2016-02-08 Thread R. Tyler Croy
(replies inline) On Mon, 08 Feb 2016, Daniel Beck wrote: > Thanks for the information. I'll look into it. No idea whether I'll have the > time this week to do that though. I've created a ticket to track this: - R. Tyler Croy

Re: Jenkins Git Plugin Error

2016-02-08 Thread Paulo Moreira
Hi Mark, Thank you for the anwser. Ok so I installed git with default openssh but now I get: status code 128: stdout: stderr: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). fatal: Could not read from remote repository. How can I add my keys for auto git clone without

Re: Jenkins Git Plugin Error

2016-02-08 Thread Mark Waite
You use the Jenkins credentials system to register a credential with the user name and private key file, then reference that credential from the job definition. Credentials are defined through "Jenkins" -> "Credentials". You can then choose to create credentials which are accessible to all jobs,

git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
I am running Jenkins LTS v1.609.3 on CentOS. I have the following plugins installed. git plugin v2.2.7 git client v1.11.0 However, I also have git installed on master and the slaves. Master - - git version 1.7.12.4 Slave #1- git version 1.8.2.1 Slave #2 - git version 1.7.12.4 Slave #3 - git

Publish test file .TRX to .XML on jenkins

2016-02-08 Thread ok999
hey guys, The unit test & integration test stages in the pipeline for a .net app, returns the .trx file as a result. I know that there is a plugin called "Publish MSTEST test result report ". But i dont know how to use this in a

Rate is 40$ C2C||Business Analyst(12+Months)

2016-02-08 Thread pragyan dixit
Hi, Hope you are doing great. I have a urgent direct client requirement , Please send me your updated profile. Below is the Complete Requirement *Job Title: Business Analyst * *Job Location: Charlotte, NC* *Job Type: Contract – 12 Months * *Client: HCL* *Job Description:* 7+

Re: git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
Jenkins configuration: [cid:CCBFDFBD-D0D7-4CBE-8F58-F56D6792A92C] I ran ‘git - - version’ on my job and it looks like it is using the ‘default’ git installed on the slave node instead of the git plugin [v2.2.7]. Is that correct? Job output $ /bin/sh -xe /tmp/hudson1026664733309319541.sh +

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
If you enabled JGit from the Jenkins global configuration, then there will be a pick list in each project configuration page which allows you to select either the default "Git executable" or JGit as the "Git executable". I've attached two pictures that show the difference in my project

Re: git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
Thanks for the clarification. How/where do I see the option for the git client plugin to see if it is using the command line git or jgit? From: Mark Waite > Reply-To:

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
The git plugin presents a user interface and implements most of the Jenkins git use cases, including things like choosing which branches to monitor, polling for changes, publishing changes and tags, ignoring commits based on message content or submitter, remembering reference repositories,

Re: Claim plugin has fallen silent

2016-02-08 Thread douglas3457
Closer examination of the log reveals that the exception I listed was generated when we had restarted without the plugin installed - yes, we had wiped it manually from the filesystem. After reinstallation, there were no claim plugin exceptions. On Friday, February 5, 2016 at 9:30:42 PM

Re: Claim plugin has fallen silent

2016-02-08 Thread douglas3457
Turns out we are suffering a JS error: "ReferenceError: ShowPopup is not defined" when we are clicking on the Claim It link. I'm not sufficiently familiar with JS to be able to find the error in the code (if any) myself - as far as I can see, the function is there. Presumably, the defect