Re: periodic backup plugin - start/stop every minute

2015-09-07 Thread jje
Syslog looks like this. Aug 23, 2015 6:50:35 AM hudson.model.AsyncPeriodicWork$1 run INFORMATION: Started PeriodicBackup Aug 23, 2015 6:50:35 AM hudson.model.AsyncPeriodicWork$1 run INFORMATION: Finished PeriodicBackup. 1 ms Aug 23, 2015 6:51:35 AM hudson.model.AsyncPeriodicWork$1 run INFORMA

Re: Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-09-07 Thread Daniel Beck
Take a thread dump while this happens. > On 07.09.2015, at 08:06, jje wrote: > > Has somebody faced this issue? Periodically - once a week - jenkins seems to > loose control and goes crazy. After restarting jenkins service everything > seems to be alright. I'm not sure, if we had this issue be

Re: Jenkins and GitHub Enterprise "Forking"

2015-09-07 Thread Kanstantsin Shautsou
Validate GH PRs, work in forks, when fork will be ready for merge - PR to target branch, wait verification/do review. Pretty simple and easy. On Wednesday, September 2, 2015 at 2:40:13 PM UTC+3, Eric Fontana wrote: > > I'm new to Jenkins, I have the GitHub plugin installed and its connected > to

Re: Exception testing Groovy email template?

2015-09-07 Thread Slide
I thought there was a try/catch around the template evaluation, but I might have left that off so errors would just propagate. I could look again, because that error really was painful. On Mon, Sep 7, 2015, 15:06 Andy Nicholas wrote: > Yes, that seems to have provided a big clue. The Axis that w

Re: Exception testing Groovy email template?

2015-09-07 Thread Andy Nicholas
Yes, that seems to have provided a big clue. The Axis that was being used for the "toolchain" was AXIS1 and that doesn't exist. We defined our own axes, so maybe I can rewrite the script around the issue. It would be nice if the template didn't crash if an axis didn't exist tho... ;-) But I defin

Re: Batch Task Plugin - Task name doesn't show up

2015-09-07 Thread ozcanovunc1
up On Thursday, September 3, 2015 at 10:36:19 AM UTC+3, ozcan...@gmail.com wrote: > > Task name is not "TEST" it's "SEETEST" btw. > > On Thursday, September 3, 2015 at 10:33:55 AM UTC+3, ozcan...@gmail.com > wrote: >> >> Hi, >> >> I have installed "Batch task Plugin". In one of my jobs, I added

Re: Exception testing Groovy email template?

2015-09-07 Thread Slide
Can you try commenting out pieces of the template to see what is causing the exception? On Mon, Sep 7, 2015, 12:04 Andy Nicholas wrote: > Hello, > > I'm trying to send email containing the sub-status of various build > "flavors" (debug, release) for a Matrix combinations job which runs both > bu

Exception testing Groovy email template?

2015-09-07 Thread Andy Nicholas
Hello, I'm trying to send email containing the sub-status of various build "flavors" (debug, release) for a Matrix combinations job which runs both builds. Currently, from Jelly this seems difficult so we are trying to use the Groovy matrix email template from the Email-Ext plugin: https://wiki.

Office hour on UI/UX improvements this Wednesday

2015-09-07 Thread Daniel Beck
Hi everyone, Gus Reiber has agreed to host this week's office hour. He'll talk about some of the UI/UX improvements in Jenkins that he's working on, and will answer your questions about it. He's already given several talks about this[1][2][3], so you can check these out to learn more before th

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Mark Waite
Refer to https://wiki.jenkins-ci.org/display/JENKINS/Xvnc+Plugin for plenty of details on Xvnc. The simple steps: 1. Install vncserver package for your operating systems (sudo apt-get install tightvncserver on Debian) 2. Install the Xvnc Jenkins plugin (from Jenkins Update Center) 3.

Jenkins HTTP frontend not acceccable, jenkins/java service needs most CPU/RAM capacity on jenkins service

2015-09-07 Thread jje
Has somebody faced this issue? Periodically - once a week - jenkins seems to loose control and goes crazy. After restarting jenkins service everything seems to be alright. I'm not sure, if we had this issue before upgrading master from 1.589, but i think so. Would be glad to get some hints rela

Re: Triggering Jenkins job (behind firewall)

2015-09-07 Thread Mark Waite
You'll probably need to further describe what you want to use for the trigger, and what is allowed to cross your firewall. For example, the GitHub Webhook (from the GitHub plugin) will allow a GitHub repository outside your firewall to cause the Jenkins job inside your firewall to poll GitHub chec

periodic backup plugin - start/stop every minute

2015-09-07 Thread jje
Hi folks, as I've noticed in syslog of jenkins master periodic backup plugin is being run every minute, which is very confusing. As it was configured to run once a day on 8 PM. What is the matter? I've already tried hard to find related issues but I've rather found nothing. But in different pos

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Kirshan Luhana
Yes you are right, after restart I lost access to Display :=0. Is this anyway to get access after every boot? Can you share some more on XVNC ? I just started exploring Jenkins :) Thank you very ,much. On Monday, 7 September 2015 15:50:07 UTC+2, Mark Waite wrote: > > I don't think you'll like the

Triggering Jenkins job (behind firewall)

2015-09-07 Thread Robert Grześkowiak
Hi, I am currently trying to solve problem with triggering Jenkins jobs, which is behind firewall. Is there any good way to do that? I found a plugin https://wiki.jenkins-ci.org/display/JENKINS/poll-mailbox-trigger-plugin but I am looking for some other solution. There are many jenkins servers

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Mark Waite
I don't think you'll like the long term results of setting DISPLAY=:0 for the entire Jenkins process. I think that technique assumes the Jenkins user will always have access to the ":0" X windows display. The next time you logout, Jenkins won't have access to that display. You probably want to i

Re: GIT Time out

2015-09-07 Thread Simon Richter
Hi, On 07.09.2015 12:33, thili...@wso2.com wrote: > > git -c core.askpass=true fetch --tags --progress > https://github.com/wso2/carbon-identity +refs/heads/*:refs/remotes/origin/* I have a similar issue, but with a later version of the git plugin that supposedly already includes a fix: 13:33

Re: GIT Time out

2015-09-07 Thread nicolas de loof
You also should check what makes your git clone operation so long. Not a good idea to have a huge git repository, time for cleanup ? 2015-09-07 13:08 GMT+02:00 : > HI > > Found the solution > > last answer > > > http://stackoverflow.com/questions/19954727/jenkins-time-out-while-fetching-from-gith

Re: SDL init failure, reason is: No available video device

2015-09-07 Thread Kirshan Luhana
I got solution First I designed on job and run shell commands whoami printenv Result: anonymous printenv result did now show Display =:0 Then I export DISPAY =:0 from terminal (master user) and then restart Jenkins with (master user) it worked :) On Sunday, 6 September 2015 13:29:5

Re: GIT Time out

2015-09-07 Thread thilinam
HI Found the solution last answer http://stackoverflow.com/questions/19954727/jenkins-time-out-while-fetching-from-github-in-10-mins On Monday, September 7, 2015 at 4:03:24 PM UTC+5:30, thil...@wso2.com wrote: > > hi > > when i try to build a source code in git i got the following error > > wh

GIT Time out

2015-09-07 Thread thilinam
hi when i try to build a source code in git i got the following error what am i doing wrong? > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress > https://github.com/wso2/carbon-identity +refs/heads/*:refs/remotes/origin/* ERROR: Timeout after 10 minutesERROR

System environments not recognized in Jenkins job

2015-09-07 Thread Uroš Kočevar
All of a sudden, Jenkins (ver. 1.627) job which start batch file is failing because system environments is not recognized. E.g. 'svn' is not recognized as an internal or external command, operable program or batch file. If I execute the batch file manually it works OK. Any ideas what could ca

Re: Run After build

2015-09-07 Thread Victor Martinez
Hi, Have you configured that java setup in that particular slave? Have you run the same command manually? Can you add "java -version" command in your sh and check what java version is installed? On the other hand, Jenkins provide some specific configuration about java, you can configure tho