On Windows Jenkins upgrade takes VERY long time.

2016-03-02 Thread Aki K
It has been upgrading itself for 4-5 hours already. Is this normal behaviour? The progress bar seems to move from time to time. -- 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,

Re: Same Build number series for multiple projects

2016-03-02 Thread Michael Giroux
Perhaps you could: 1. setup separate build for each branch, each job has a parameter to specify the build number 2. setup master job that has parameter to specify which branch to build. This job will have a build number that increments. This job starts the desired branch build passing the curre

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread Mike Bayliss
Is the Ubuntu package supposed to be available yet? The link just gives me: The requested URL /debian-rc/jenkins_2.0_all.deb was not found on this server. Mike On Tue, Mar 1, 2016 at 11:16 PM, Daniel Beck wrote: > > On 01.03.2016, at 15:59, kondarre...@gmail.com wrote: > > > I am behind proxy

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread Mike Bayliss
OK - I've the debian/ubuntu package - it's at http://pkg.jenkins-ci.org/debian-rc/binary/jenkins_2.0_all.deb. The link needs correcting on the 2.0 landing page. Mike On Wed, Mar 2, 2016 at 2:59 PM, Mike Bayliss wrote: > Is the Ubuntu package supposed to be available yet? The link just gives me

ERROR: Failed to push merge to origin repository

2016-03-02 Thread Niels Muysewinkel
Can anyone give me any pointers on how to resolve this issue? What we are trying to do is merge 2 branches in our git repo into a third branch and afterwards deploy changes to that branch to salesforce. I seems to merge the branches and then fails to push to git. Any help is kindly appreciated! P

Re: ERROR: Failed to push merge to origin repository

2016-03-02 Thread Mark Waite
In the job definition page, check that the "Advanced" section of the git repositories you're referencing have at least one of them whose "Name" is "origin". The default is "origin", but evolution of job definitions sometimes leaves a "Name" as something other than "origin". Mark Waite On Wed, Ma

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread R. Tyler Croy
(replies inline) On Wed, 02 Mar 2016, Mike Bayliss wrote: > OK - I've the debian/ubuntu package - it's at > http://pkg.jenkins-ci.org/debian-rc/binary/jenkins_2.0_all.deb. > > The link needs correcting on the 2.0 landing page. I've corrected this (https://github.com/jenkins-infra/jenkins.io/co

centralized email notification settings

2016-03-02 Thread Duarte Carreira
Hello friends. I'm getting to know jenkins and it's going really well. My first question... Is there anyway to configure once the email notification settings for all jobs? Or at least for new jobs? Do we really need to painfully repeat the same config for each job? Thanks. -- You received th

Re: centralized email notification settings

2016-03-02 Thread Slide
If you are using email-ext, you can install the email template plugin https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+Template+Plugin On Wed, Mar 2, 2016 at 10:17 AM Duarte Carreira wrote: > Hello friends. I'm getting to know jenkins and it's going really well. My > first question... > >

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread Byron Kim
I'm using the new Dockerfile and grabbed all the new files. My Dockerfile has some added steps so I put those in as well and I mount it to a specific volume. I ran the new container against the volume mount and can't really "tell" if I'm on the correct release or not. It does say 2.0-alpha-2

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread Byron Kim
I should note that I ran the container without mapping and the Initial Setup window did pop up so I guess that should be valid. I can't remember exactly, but I had the config.xml file still in my directory and I think Jenkins was reading that file initially. I can't remember if moving the con

Re: [Jenkins-events] Request for participation: Jenkins Events Officer candidates

2016-03-02 Thread R. Tyler Croy
(replies inline) On Wed, 17 Feb 2016, R. Tyler Croy wrote: > The Jenkins Events Officer would have an active role in driving and managing > Jenkins community events. Such events include Jenkins User Conference, Jenkins > Area Meetups, other Jenkins community events (FOSDEM, SCALE), and speaking >

Re: [Jenkins-events] Request for participation: Jenkins Events Officer candidates

2016-03-02 Thread Baptiste Mathus
Congrats Alyssa! 2016-03-02 22:12 GMT+01:00 R. Tyler Croy : > (replies inline) > > On Wed, 17 Feb 2016, R. Tyler Croy wrote: > > > The Jenkins Events Officer would have an active role in driving and > managing > > Jenkins community events. Such events include Jenkins User Conference, > Jenkins >

loading files with methods inside a workflow

2016-03-02 Thread niristotle okram
does Jenkins takes care of unloading files when the job finishes or do we need to unload the files to free up memory? We are loading files as a part of the workflow. These files contains functions/methods that will perform certain task. -- You received this message because you are subscribed to

Re: [Jenkins-events] Request for participation: Jenkins Events Officer candidates

2016-03-02 Thread Alyssa Tong
sweettt!!! thank you :o) On Wed, Mar 2, 2016 at 1:29 PM, Baptiste Mathus wrote: > Congrats Alyssa! > > 2016-03-02 22:12 GMT+01:00 R. Tyler Croy : > >> (replies inline) >> >> On Wed, 17 Feb 2016, R. Tyler Croy wrote: >> >> > The Jenkins Events Officer would have an active role in driving and

Re: Overriding "Delete Build"

2016-03-02 Thread Shashank Bhargav
Thanks Baptiste Mathus for your quick response. Also, How do I check if the delete step is triggered by user or Jenkins? For ex : In cases of "Discard Build" set for job, builds are deleted by backend process of jenkins and not by user. I need to identify this, could you please help. On Wedn

Jenkins Components with GPL License

2016-03-02 Thread Ridhi Garg
As we understand, Jenkins comes under MIT license, but there are certain components within Jenkins that are mentioned under GPL license. Few of the components are: *Name License* Jav