Jenkins build invokes Git installation set up dialog multiple times

2016-04-03 Thread Ganesh Rao B
Hello , I am Triggering Jenkins build with Git as my repository. When i trigger Jenkins build ,Git installation set up dialog comes up multiple times . I have GIT already installed in my machine. (I have provided Git exe path in 'Jenkins-configuration-Path to Git executable') What need

How to tag Jenkins Job with GIT and Artifactory

2016-04-03 Thread Utkarsh Sharma
Hi Team, I am using GIT for Code, Jenkins for build and Artifactory for repo and dependency resolution. Previously I was using Git Publisher Plugin in Jenkins to tag build on git but it didn't worked for me as I have Artifactory as well. Please help me with some technique to tag build in arti

Customize Jenkins Build History page

2016-04-03 Thread Amit Bhardwaj
Hello all, I have a Project in Jenkins which is triggered remotely with build params. Build param are basically the Branch to build since I have multiple branches. On the Jenkins Build History page, I can see Build, Time since and Status columns. What if I want to add 'Build Params' in view as we

Resilience build on jenkins

2016-04-03 Thread Pravin Mishra
Hi All, This is my first mail here and I am pretty new to Jenkins. I am running Jenkins on Mesos cluster with Marathon. I have configured Jenkins-Mesos plugin that allows Jenkins to dynamically launch Jenkins slaves on a Mesos cluster depending on the workload! It's really a great plugin that w

Re: Email-ext + GitHub Pull Request Builder: Getting empty "developers" and "culprits" lists

2016-04-03 Thread David Antliff
On Tuesday, August 5, 2014 at 3:14:13 AM UTC+12, James Chao wrote: > > Hm, yeah this is really strange. $CHANGES is definitely totally > empty...this is even for an existing branch (where I just pushed additional > changes...). > Sorry to awaken an old thread. I'm looking into a way for Jenkins

Re: What’s behind Jenkins’ popularity?

2016-04-03 Thread Daniel Beck
https://www.linkedin.com/company/mondass-pr Obvious spam is obvious. On 03.04.2016, at 13:46, Lazer Cohen wrote: > > Read this article - "Jenkins has changed everything" http://bit.ly/1RAOWUs > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
thanks Mark. git --version (executed from an "execute shell script" step) returned 1.7.1 i'll check with newer git / jenkins versions. thanks! On Sunday, April 3, 2016 at 2:05:25 PM UTC+3, Mark Waite wrote: > > https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of > interest. > > On

Notify users with upstream changes but fail at downstream job

2016-04-03 Thread Dan Tran
Hi I need to implement an email notification for my Jenkins pipeline where the content accumulated from the upstream changes. Currently, i cant notify user with upstream changes but fail at downstream job Suggestions very much appreciated -Dan -- You received this message because you are

Re: jenkins-test-harness 1.653 does not exist

2016-04-03 Thread Baptiste Mathus
Hi Karl-Heinz, (This is likely more a question for the jenkins-dev ML btw. ) This is due to the fact that the jenkins-test-harness has been split out of core (see https://issues.jenkins-ci.org/browse/JENKINS-32478 for details). You can now find the dedicated repo at https://github.com/jenkinsci/j

jenkins-test-harness 1.653 does not exist

2016-04-03 Thread khmarbaise
I, is there a special reason why the org.jenkins-ci.main:jenkins-test-harness:jar:1.653 is not available in http://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/ or do i missed an announcement that something has changed ? The last version i can see is 1.644 ... Kind rega

What’s behind Jenkins’ popularity?

2016-04-03 Thread Lazer Cohen
Read this article - "Jenkins has changed everything" http://bit.ly/1RAOWUs -- 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 email to jenkinsci-users+unsubscr...@googlegr

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of interest. On Sun, Apr 3, 2016 at 5:03 AM Mark Waite wrote: > Are you certain that your git version supports submodules? You didn't > mention the version of command line git you're using, so we can't tell if > it is supported by t

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
Are you certain that your git version supports submodules? You didn't mention the version of command line git you're using, so we can't tell if it is supported by the plugin. The plugin needs at least 1.7.10, and is better with even newer versions. If you're having Jenkins install your own copy

checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
Hi, i'm trying to checkout a git repository with git submodules suing jenkins git plugin. I checked the "Recursively update submodules" option, but I get an error: FATAL: Command "/DATA/my_slave/tools/git/git submodule update --init --recursive" returned status code 1:*10:37:41* stdout: *10:37:41