xml api output broken?

2014-07-18 Thread Simon Haegler
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 affectedPath content: matrixProject build changeSet/ /build build changeSet item affectedPath

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 variable

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 kuypers.d...@gmail.com: Bingo Tom! It's the Timestamper plugin. If I disable it

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

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.

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 simon.haeg...@gmail.com 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

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: 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 sumit4...@gmail.com 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

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

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

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

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

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?

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 david.aldr...@emea.nec.com 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

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: 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 rmandevi...@dekaresearch.com 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

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

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 akuj...@evertz.com wrote: EmailExt configuration is also borked with the new redesign, the triggers selection

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 akuj...@evertz.com wrote: EmailExt configuration is also borked with the new redesign, the

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. But