Re: Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-10-02 Thread Ruslan Zasukhin
On 10/2/13 5:21 PM, "Maciej Jaros" wrote: Hi Maciej, > Npte that Parameterized Trigger Plugin > > runs thing sequentially. Thank you for THIS point! I will check this plugin. I don't need to copy any results

svn merge using jenkins

2013-10-02 Thread Kamal Ahmed
Hi, How can i do an svn merge using Jenkins, when there is a prompt for selecting "postpone" or their changes, or my local changes, etc. Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: launch app with win cmd

2013-10-02 Thread Mishael Kim
CALL didn't work for me, but START actually did. Thanks for the help though! On Wed, Oct 2, 2013 at 7:30 PM, Mark Waite wrote: > I thought that was a case where you needed to use the "CALL" statement in > the batch file so that it will not wait for process exit. > > > On Wed, Oct 2, 2013 at 7:1

Re: launch app with win cmd

2013-10-02 Thread Mark Waite
I thought that was a case where you needed to use the "CALL" statement in the batch file so that it will not wait for process exit. On Wed, Oct 2, 2013 at 7:13 PM, Mishael Kim wrote: > Hi, > > This is probably a quick one for you guys... > > When I just launch notepad or any other app within a

launch app with win cmd

2013-10-02 Thread Mishael Kim
Hi, This is probably a quick one for you guys... When I just launch notepad or any other app within a job's Windows Batch Command, why does it not move to the next command after the launch? The launch command only moves on if I manually shutdown that process. Is there a workaround to this? -mi

Could I coexist (or migrate) project-based and role-based security?

2013-10-02 Thread dennys
We're using role-based security strategy now but we plan to migrate to project-based. The problem is there are lots of projects and not easy to change the configuration in a short time. Is it possible to use project-based and role-based security at the same time? Or is there any solution to do the

Re: Build status of all jobs.

2013-10-02 Thread natesh.shanm...@gmail.com
Ok. Please update when you find that. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Build-status-of-all-jobs-tp4678315p4678337.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google

Re: Build status of all jobs.

2013-10-02 Thread natesh.shanm...@gmail.com
I am already doing that for each job. I am looking for a consolidated status report for all 4 or 5 projects/jobs i have configured in Jenkins. say, every night or every week - status of builds of all 4/5 projects/jobs saying which jobs ran, how many success, failures, time, etc. Thanks. -- Vie

Continuous Integration Strategies.. HELP!

2013-10-02 Thread richard.senior
Hello, First I'm not sure this is the right forum, but its the closest I can find. I have a view in Jenkins which has about 50 maven projects in the trunk of SVN. The projects are all full projects (not parents and modules) and they're all marked as snapshots. Jenkins builds the projects without

Re: Is there any way to get the current status of all jobs in one mail

2013-10-02 Thread natesh.shanm...@gmail.com
I am looking for a way to export/publish the overall report of build statuses of all jobs configured in jenkins. Something similar to exporting or publishing the results of Build metrics plugin. Please advise. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Is-there-an

Re: Git not unlocking pack files

2013-10-02 Thread Eric Pyle
We have the same problems with Git and pack files, as well as other file locking issues on Windows slaves. For instance, if a build is set to abort if it runs too long, and then we have Naginator retry the build, some build process often keeps a handle on a file in the workspace, causing the re

Re: Build status of all jobs.

2013-10-02 Thread NATESH SHANMUGASUNDARAM
I am looking for a way to export/publish the overall report of build statuses of all jobs configured in jenkins. Something similar to exporting or publishing the results of Build metrics plugin. Please advise. On Tuesday, October 1, 2013 2:01:00 PM UTC-4, NATESH SHANMUGASUNDARAM wrote: > >

Re: Git not unlocking pack files

2013-10-02 Thread Richard Bywater
I've had file locking issues with Git on windows on and off - not sure there is too much to one can do about it to prevent it as it just always seems to me to be another case of Windows' broken file handling... Richard On Thursday, October 3, 2013, Scott Evans wrote: > We have a Jenkins server (

Git not unlocking pack files

2013-10-02 Thread Scott Evans
We have a Jenkins server (1.518) running on Ubuntu, with many plugins active, including "Jenkins GIT client plugin" 1.3.0 and "Jenkins GIT plugin" 1.5.0. What we're seeing is that in many cases on Windows agents of either Win7x64 or WinXP (not on Ubuntu), that often (but not always), a Git .pack f

Re: Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-10-02 Thread JonathanRRogers
On Tuesday, October 1, 2013 1:14:05 PM UTC-4, ruslan_zasukhin wrote: > > > I try discuss why Jenkins -- so mature, many years in development, 85Mb > installer only SOFTWARE, do not allow me such simple case? > > I underline that MANY developers on inet, > as far as can I see from Google search

Re: Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-10-02 Thread Les Mikesell
On Wed, Oct 2, 2013 at 9:21 AM, Maciej Jaros wrote: > Ruslan Zasukhin (2013-10-01 19:14): > I try discuss why Jenkins -- so mature, many years in development, 85Mb > installer only SOFTWARE, do not allow me such simple case? > > So I would say it is magic ;-), but you need some plugins to achiev

cctray/build label

2013-10-02 Thread Rob Brueckmann
Using CCTray to monitor all projects built by Jenkins - about 5 projects right now. For each project we have the 'Create a formatted version number' checked off with some specifications to build each project with specific version numbers. In CCTray though, in the Build Label column it's displ

Re: Issues with starting jenkins

2013-10-02 Thread Sean Harlow
I experienced the same issue on Ubuntu 12.04.3 after upgrading to 1.533 from the official repository. I do not know what my previous version was, but it had been updated at some point since mid-August so it was a relatively recent version. Commenting out the PROXY__HEADER line allowed Jenkins

Re: Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-10-02 Thread Maciej Jaros
Ruslan Zasukhin (2013-10-01 19:14): On 10/1/13 2:30 PM, "Maciej Jaros" wrote: You didn't mention any dependcies between compliations so why do you want them sequentially? The procces will be faster if they are paralel. I did. 1) I have few times underline need of sequential ORDER of that s

Re: Build status of all jobs.

2013-10-02 Thread NATESH SHANMUGASUNDARAM
Ok. Please update when you find that. On Wed, Oct 2, 2013 at 9:14 AM, Slide wrote: > I can't find the item on the archives, but someone brought this up not too > long ago and I referenced a previous post I had made about how to do this. > > > On Wed, Oct 2, 2013 at 6:08 AM, NATESH SHANMUGASUNDA

Re: Build status of all jobs.

2013-10-02 Thread NATESH SHANMUGASUNDARAM
I am already doing that for each job. I am looking for a consolidated status report for all 4 or 5 projects/jobs i have configured in Jenkins. say, every night or every week - status of builds of all 4/5 projects/jobs saying which jobs ran, how many success, failures, time, etc. Thanks. On Wed,

Re: Build status of all jobs.

2013-10-02 Thread Slide
I can't find the item on the archives, but someone brought this up not too long ago and I referenced a previous post I had made about how to do this. On Wed, Oct 2, 2013 at 6:08 AM, NATESH SHANMUGASUNDARAM < natesh.shanm...@gmail.com> wrote: > I am already doing that for each job. > > I am looki

Re: Default JVM

2013-10-02 Thread Daniel Wagner
Additionally it would be nice to have the option to use the JCE Unlimited Strength Jurisdiction Policy Files for JDK installations, which might be necessary to run specific unit tests during the build. Am Mittwoch, 2. Oktober 2013 12:11:01 UTC+2 schrieb Daniel Wagner: > > Hi, > > Jenkins has a f

Re: Default JVM

2013-10-02 Thread Daniel Wagner
Hi, Jenkins has a feature to download JDK Installations from OTN (it can download Maven, Ant, Groovy and Grails installations, too). This is useful e.g. if you run Jenkins with a current jdk7 but want to compile your source with a jdk6 or jdk5 for backward compatibility reasons. The problem is

Re: Build status of all jobs.

2013-10-02 Thread Rishabh Das
You can attach the build log in email which contains the entire console output including the build status. On Tue, Oct 1, 2013 at 11:31 PM, NATESH SHANMUGASUNDARAM < natesh.shanm...@gmail.com> wrote: > Hi > > I have several BUILD jobs configured in Jenkins and have configured email > notificatio