Re: Jenkins slave error

2015-10-12 Thread Sunny Kumar
*Hello Sir, Sorry for the late reply.Bt we have upgraded the jenkins slave but still getting the error as below* *Problem signature:* Problem Event Name:APPCRASH Application Name: java.exe Application Version:

Re: How is the TFS plugin supposed to checkout sources on remote nodes

2015-10-12 Thread Stefan Drissen
I would steer away from the 4.0.0 plug-in until it is more stable. 1. a job created with 3.2.0 plugin will simply fail with 4.0.0 plugin - see https://issues.jenkins-ci.org/browse/JENKINS-30355 2. list workspaces lists all workspaces on all servers - see

Re: LDAP in Jenkins Fails, but ldapsearch works

2015-10-12 Thread Sverre Moe
I spoke to soon. It worked for a short while, but now I am getting several invalid login "Invalid login information. Please try again. " There is still nothing in the log. What is Jenkins doing different than ldapsearch. It should communicate with the server on default port 389. I am using a

Workflow question vs. pipelines

2015-10-12 Thread Nigel Magnay
I'm migrating a lot of fairly hairy infrastructure around to use jerkins-workflow. At the moment, we have a number of projects that use triggering: - proj-build proj-ITU proj-robot-tests What I want to migrate is - proj-build builds every commit. proj-ITU is very expensive, so it gets triggered

Re: Git plugin unable to acces local repository

2015-10-12 Thread milki milk
Yes, that should be it. Defined credentials and using that credential in the selection box for your scm. Are you sure the credentials work? I see you are also using localhost. The scm polling job doesn't havee a node restriction, but the job that does the checkout is done locally on the node

Re: Jenkins with a DB?

2015-10-12 Thread barbine.michael
Hello! Happy to help with that. Do you use Google hangouts or Skype? I'm at the office currently but one evening this week I can hop on and chat with you on that.  I'm currently in central time.  Sent on the new Sprint Network from my Samsung Galaxy S®4 Original message

RE: password change option through email

2015-10-12 Thread Matthew.Webber
> Is there any plugins to provide option for noraml user to reset password by > email. My agenda is user itself should change the password when he/she forgot > the password I’m not aware of any, but anyhow won’t that depend on what authentication method Jenkins is using? There are quite a few

Re: Workflow question vs. pipelines

2015-10-12 Thread Vincent Latombe
Hi Nigel, as far as I understand your statement, I think the multibranch-workflow plugin (currently in beta) could help. I'd get the current branch and only run the ITU stage only if it's currently working on master. Vincent 2015-10-12 13:05 GMT+02:00 Nigel Magnay : >

Re: Use Master/Slave architecture on the same linux machine.

2015-10-12 Thread iostrym
Thanks a lot. tested with success. master and slave on same unix machine without doing anything else that playing with "add a node" in Jenkins administration. Concerning ressource taken by jenkins slave. do you have an idea ? Because if we need one slave per user on the unix machine, there

Re: Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-10-12 Thread jje
Needless to say, that http-frontend is accessible, but it needs a lot of time to load which seems very unusual to me. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

password change option through email

2015-10-12 Thread Mallepally Sandeep Reddy
Hi folks Is there any plugins to provide option for noraml user to reset password by email. My agenda is user itself should change the password when he/she forgot the password Regards, Sandeep -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Get build status info along with url , and build number from JSON API

2015-10-12 Thread Vincent Latombe
Hi Bhupendra, I've copied the Jenkins Users mailing list, the Dev mailing list isn't suited for your question. Try adding ?depth=1 to your url, you'll retrieve more infos about builds. Make sure you read the API help page available at *http://:8080/jenkins/view//job/validation__cmd/api/.*

Re: Workflow question vs. pipelines

2015-10-12 Thread Nigel Magnay
We use the multibranch-workflow. It's ace! :-) Not sure how it helps though. Our ITU suite is in the same repository on the same branch, it's currently split into a separate *job* in order to run at a lower cadence than the main build. e.g: Build #1: start 09:00. Enters ITU 09:10. Exits ITU

Re: Workflow question vs. pipelines

2015-10-12 Thread Vincent Latombe
In that case, you could try a stage with concurrency: 1 https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#creating-stages Vincent 2015-10-12 16:11 GMT+02:00 Nigel Magnay : > We use the multibranch-workflow. It's ace! :-) > > Not sure how it helps

Re: Jenkins Job

2015-10-12 Thread Baptiste Mathus
(Hi, please use users list in the future for this kind of question, I just redirected it to there.) Cheers PS : you should also try and choose a more specific email subject next time. As you can imagine, a lot of things going on here are about "Jenkins jobs" ;-). 2015-10-12 15:47 GMT+02:00

Re: Use Master/Slave architecture on the same linux machine.

2015-10-12 Thread Mark Waite
Slave resource usage depends very much on the build jobs you run on the slave. Your use case (a separate slave logged in as this specific user) seems unlikely to cause you to create less than 5 additional slaves on that machine. General jobs will associate with the default slave. Jobs which

Re: Jenkins Job

2015-10-12 Thread Baptiste Mathus
Looking for your issue leads to https://github.com/ansible/ansible/issues/4186 Wild guess here, are you sure your inventory/prod file is correct? This seems like a pure Ansible error. I would really try and execute the very same thing through CLI (on the slave manually, here) to see if this does

Re: Jenkins with a DB?

2015-10-12 Thread MV
> Hi Jonathan, >> > I am looking for ways to extract code coverage details from the jenkins jobs latest build information (recent 10-15 builds) and export this data into MySql database to use in various tasks. Your work resembles quite similar to me. Could you please give some insight on

Re: Questions about serious security bugs

2015-10-12 Thread Daniel Beck
It looks like the email I'm responding to never made it to the users or dev list; and it was lost in moderation in the infra list. Given the important of the topic, I'm responding anyway, including the users list. --- When you install Jenkins, it doesn't set up access control automatically.

Distribution Groups from Outlook

2015-10-12 Thread rqui
Hello, Does Jenkins (newer than v1.580) support the ability to use distribution groups from Outlook in the email-ext plugin? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: LTS Release Snapshots

2015-10-12 Thread Daniel Beck
How are you upgrading, and to which release? On 12.10.2015, at 23:44, rqui wrote: > Hello, > > Whenever I update to an LTS release, I get the "snapshot" version of it. How > do I get the official GA version?? > > What is the difference between the "snapshot" and

LTS Release Snapshots

2015-10-12 Thread rqui
Hello, Whenever I update to an LTS release, I get the "snapshot" version of it. How do I get the official GA version?? What is the difference between the "snapshot" and "non" snapshot? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: LTS Release Snapshots

2015-10-12 Thread rqui
Hmm...which config file should I check to see if it is using a different war than what is in /usr/lib/jenkins? On Monday, October 12, 2015 at 4:20:07 PM UTC-7, Daniel Beck wrote: > > The RPM at > http://pkg.jenkins-ci.org/redhat-stable/jenkins-1.609.3-1.1.noarch.rpm > contains the same

Re: Distribution Groups from Outlook

2015-10-12 Thread Richard Bywater
The plugin just sends emails via normal SMTP based mail protocols so if the distribution group has an "internet" email address (e.g. yourgr...@yourcompany.com) then there's no reason for it not to work as long as the distribution group is allowed to receive emails from the "outside". Richard. On

Re: LTS Release Snapshots

2015-10-12 Thread rqui
I am using the yum repository to upgrade. I just installed the LTS release: jenkins.noarch 0:1.609.3-1.1 On Monday, October 12, 2015 at 3:39:50 PM UTC-7, Daniel Beck wrote: > > How are you upgrading, and to which release? > > On 12.10.2015, at 23:44, rqui wrote: > > >

Re: LTS Release Snapshots

2015-10-12 Thread Daniel Beck
The RPM at http://pkg.jenkins-ci.org/redhat-stable/jenkins-1.609.3-1.1.noarch.rpm contains the same Jenkins 1.609.3 WAR as could be downloaded directly (MD5 530e008b162bfec43f38652bd9aed4ed), so it does not appear to be an infrastructure issue. Maybe something goes wrong during

October JAMs and meetups

2015-10-12 Thread Alyssa Tong
Hi All, There are some upcoming Jenkins Area Meetups in the following areas. Pls join us if you can or tell a friend. Of course if you're interested in participating via speaking, food/bev sponsorship at future JAMs pls reach out to jenkinsci-...@googlegroups.com *Oct 15: Richmond, Virgina

Re: [git plugin] Querying last author's email address for further usage

2015-10-12 Thread Martin Braun
On 09.10.2015 18:02, Martin Braun wrote: > * I can read the email address using `git log -1 --pretty=%ae` from the > 'Execute Shell' section. But then how can I use it later on? I was > hoping that 'Capture build context information' -> 'Capture Environment > variables' would allow me to export