Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-18 Thread bandi pavankumar reddy
Hi friends i am trying to clone 18 GB repository in Jenkins it's giving time out error and i already mentioned timeout 60 minuets i n 13 th minute it' displaying time out error ...give me any suggestions it is possible or not -- You received this message because you are subscribed to the Goo

Re: Build marked as failure in build history after 0 ms, but console finished as success

2014-07-18 Thread abhinavn
I ran ino the exact same problem today, but we are not using name-setter plugin in our project On Friday, April 25, 2014 1:11:26 PM UTC-7, Dilip M wrote: > > Are you using a build-name-setter plugin in this job? > > For us, we were using it. Having stopped that, we are not seeing this > problem.

Re: Any comments on the UI changes in 1.572

2014-07-18 Thread Slide
This is actually a problem before the redesign as well...the delete buttons never seem to line up correctly. I asked about this in a previous thread. On Fri, Jul 18, 2014 at 11:05 AM, Andrew Kujtan wrote: > EmailExt configuration is also borked with the new redesign, the > triggers selection ha

Re: Any comments on the UI changes in 1.572

2014-07-18 Thread Daniel Beck
The redesign just makes the mess more obvious because the buttons are higher contrast now. Screenshot of 1.569: http://i.imgur.com/zV5bRvx.png On 18.07.2014, at 20:05, Andrew Kujtan wrote: > EmailExt configuration is also borked with the new redesign, the > triggers selection has the delete b

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread Andrew Kujtan
EmailExt configuration is also borked with the new redesign, the triggers selection has the delete buttons all over the place. http://i.imgur.com/XAW8ycn.png -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Se

Re: How do I stay logged into multiple Jenkins servers

2014-07-18 Thread Les Mikesell
On Thu, Jul 17, 2014 at 9:55 AM, Rob Mandeville wrote: > I have two Jenkins servers: one for prime time use (my production > environment; my customers’ development environment) and another for my own > mad science development. Both are currently on the same Linux machine and > running out of Wins

Re: Any comments on the UI changes in 1.572

2014-07-18 Thread Tom Fennelly
Hi Matthew. It would be great if you could give 1.574 and let us know what you think and if you find an issues or things you simply don't like. Regards, Tom. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread David Aldrich
Hi Daniel Jenkins does behave exactly as you described. I understand the operation now. It's just a little disconcerting that there is no 'Save' indication when you hit Save, but there is when you hit Apply. I'm not saying it is wrong, it just feels a bit odd to me. David -Original Messa

Re: Any comments on the UI changes in 1.572

2014-07-18 Thread Daniel Beck
On 18.07.2014, at 15:15, David Aldrich wrote: > I'm not sure if this is relevant to this discussion, but I find the behaviour > of the 'Save' and 'Apply' buttons in the Project Configuration screen odd. > Clicking 'Apply' gives a green banner saying 'Saved'. Clicking 'Save' gives > no messa

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread David Aldrich
Hi I am using 1.570 and IE9. I'm not sure if this is relevant to this discussion, but I find the behaviour of the 'Save' and 'Apply' buttons in the Project Configuration screen odd. Clicking 'Apply' gives a green banner saying 'Saved'. Clicking 'Save' gives no message. Is this logical? Bes

Re: Any comments on the UI changes in 1.572

2014-07-18 Thread Daniel Beck
Actually, it's not the first stage. Some changes already went into 1.570 (form element styling, especially buttons, and dropdown shadows for popup menus). It's just the most noticeable recent change, as the Jenkins header color was changed, among other things. Issues I know of: - if you use sec

Any comments on the UI changes in 1.572

2014-07-18 Thread Matthew.Webber
I noticed that according to the changelog (http://jenkins-ci.org/changelog), Jenkins 1.572 is the first stage of a UI redesign. Has anyone installed that, and if so, what did you think? We haven't upgraded yet, but would be prepared to in order that we can provide feedback - provided the first at

Re: How do I stay logged into multiple Jenkins servers

2014-07-18 Thread Daniel Beck
Add an alias for that host in DNS (and use hostname:8080 / madscientistalias:9090 in the future), or put a reverse proxy in front of both (e.g. madscientist.hostname / hostname). Or, the sane solution: put them on different machines. On 18.07.2014, at 14:08, Rob Mandeville wrote: > I've been

RE: How do I stay logged into multiple Jenkins servers

2014-07-18 Thread Rob Mandeville
I’ve been using http://hostname:8080 for one and http://hostname:9090 for the other. I took another’s suggestion and am using an alternate browser for my second instance. It works, though if there is a simple solution that allows me to use the same browser, I’d be all ears. If it’s going to t

Re: Can i revert back the commit in git if the build fails in jenkins or bamboo?

2014-07-18 Thread Mark Waite
I am not aware of any Jenkins plugin that will revert changes on a failed build. On Jul 18, 2014 5:48 AM, "Sumit Kumar" wrote: > Can we write checks or script to do the revert in GIT, pre commit hooks or > do we have any plugin available in jenkins or Bamboo for this? > > -- > You received this m

Can i revert back the commit in git if the build fails in jenkins or bamboo?

2014-07-18 Thread Sumit Kumar
Can we write checks or script to do the revert in GIT, pre commit hooks or do we have any plugin available in jenkins or Bamboo for this? -- 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: xml api output broken?

2014-07-18 Thread Daniel Beck
What version of Subversion plugin is this? On 18.07.2014, at 08:16, Simon Haegler wrote: > hi jenkins user > > i noticed that this call > http://my-jenkins-host:8080/job/myjob/api/xml?tree=builds[changeSet[items[affectedPaths]]] > > produces output where the first character is missing of each

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-18 Thread Michael Nothhard
I have not tried the fork myself because yesterday I didn't have a maven environment set up to build it. But yesterday I ran into another issue with a separate plugin and since this seems to be a trend, I setup an environment. So I may try to build this fork next week and try it out myself. I

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-18 Thread roman . pickl
have you tried the fork of the plugin? I could look more deeply into https://github.com/xhaggi/deploy-plugin/commit/3225ccdf2aebab293324aacc282aec47a8dd95c6 Kind Regards, Roman On Friday, July 4, 2014 11:07:27 AM UTC+2, roman...@fluidtime.com wrote:Good Morning, I've updated to yesterdays rele

Re: [1.572] - Console Output Broken

2014-07-18 Thread Dirk Kuypers
Downgrading timestamper to 1.5.11 fixes the problem for me. I opened a JIRA ticket: https://issues.jenkins-ci.org/browse/JENKINS-23867 Thanks for the hint, Tom. BR Dirk 2014-07-17 10:58 GMT+02:00 Dirk Kuypers : > Bingo Tom! > > It's the Timestamper plugin. If I disable it on the job, I can wat

Jenkins xvfb plugin issue: No display name received from Xvfb within 10 seconds

2014-07-18 Thread Pooja Shah
Hi Team, I'm facing an issue while configuring xvfb plugin, somehow its not finding my display name Have added it in 1. job->configure->Xvfb specific display name --> 99 2. in Pre steps-> Execute shell--> export DISPLAY=:99 3. in manage jenkins-> manage nodes-> master-> configure-> added env v