Re: Hudson to Jenkins

2015-09-08 Thread Slide
This is not supported by Jenkins. The format of the job information and plugin information stored on disk is quite different between Jenkins and Hudson post split. On Tue, Sep 8, 2015 at 6:57 PM Terry Zheng wrote: > Hi, > > How to migrate to Jenkins from Hudson 3.3.0 ver, > > I tried use plugin

Re: Hudson to Jenkins

2015-09-08 Thread Terry Zheng
Hi, How to migrate to Jenkins from Hudson 3.3.0 ver, I tried use plugin (Job Import and ThinBackup), copy files to jenkins_home form hudson, hudson cli without get-job command, unsatisfactory results all of above, always has configuration information of hudson's job is missing. Here is a same

Can quiet period be used to suppress multiple builds on same branch

2015-09-08 Thread Yiyang Fei
I am using Jenkins with a Git repository. I have configured the quiet period to 5 minutes for my project. Pushing a change on a branch causes a new build to be queued as expected and it does wait in the queue for 5min. However, if I push another change to the same branch within the quiet per

Re: Regarding Git Installation on Slaves

2015-09-08 Thread Mark Waite
You can either install command line git on each of the slaves, or you can enable the JGit implementation from the global Jenkins configuration page, then use JGit on all those slaves without installing command line git. There are certain use cases which JGit does not support in the Jenkins git plu

Most Jobs Disappear on Matrix Plugin Upgrade

2015-09-08 Thread Dan
Jenkins version: 1.609.3 Long-Term Support Release Matrix Project Plugin: version 1.4 Every time I upgrade the Matrix Project plug-in (to version 1.6), all but a couple of my ~2 dozen jobs disappear. This has been the case for probably a year or so, and I keep hoping one of these upgrades will

Jenkins UI

2015-09-08 Thread Gus Reiber
https://plus.google.com/+GusReiberUI/videos https://plus.google.com/u/0/events/c0tscio0p109rl4dbo03a4n625s?authkey=CIuhovzqkNvQhAE Hey all, I am presenting at the Jenkins OSS Office Hours, tomorrow, Sept 9 at 6pm GMT / 11am PDT. Above are links to the hangout event and video presentations. --

Restating Jenkins causes problems in Configuration slicing

2015-09-08 Thread Rama Devi
I am brand new user of Jenkins. I created jobs in Jenkins and set the global paths using configuration slicing. And then I cloned another jobs from previously created. So, the problem is when I restart the Jenkins all my jobs paths in the configuration slicing are changing with the other path

web UI hangs as app reads all old junitResult..xml files

2015-09-08 Thread Kevin Goess
The first time we click on a link to see a build, the web UI hangs for about ten minutes. stracing the thread that's got 100% of the cpu shows that it's reading each one of the 500 junitResult.xml files: ... open("/var/lib/jenkins/jobs/www/builds/42596/junitResult.xml", O_RDONLY) = 382 open("/

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

2015-09-08 Thread Mark Waite
I don't think that is related to Xvnc, but it could be. A double free message could be from many different places. Mark Waite On Tue, Sep 8, 2015 at 8:52 AM Kirshan Luhana wrote: > Thank you very very much for this guide, my emulator finally started but > now I am getting this error , is this

Jenkins job "Recent Changes" information

2015-09-08 Thread neil t1u
Hi All, I would like to ask how the "Changes" information are pulled from source control location. Here is my setup. I am using Team Foundation Server plugin and use poll for change every hour. There is a Gated Build Definition configured in our TFS Server that builds the project before any de

Re: How to disable automatic scheduling of the Git Plugin

2015-09-08 Thread Björn Pedersen
Hi, The problem are the default build strategies. They try to be clever. As I am using gerrit here I only use the gerrit-trigger stragety that ensure only the specified REF (The refspec field in the advanced settings) is built. YOu could probably factor the strategy into its own plugin or ju

Re: Triggering Jenkins job (behind firewall)

2015-09-08 Thread Robert Grześkowiak
Sure, I should have been more specific. I would like to trigger jobs manually. One of the solutions is that email triggering plugin, but would be even better to trigger that via curl, or have some additional layer which extracts the interface. The firewall unfortunately blocks a lot But th

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

2015-09-08 Thread Kirshan Luhana
Thank you very very much for this guide, my emulator finally started but now I am getting this error , is this due vnc ? as before when I was tested with different user, it was working fine. Error in `/home/jenkins/tools/android-sdk-linux/tools/emulator64-x86': double free or corruption (f

Re: How to disable automatic scheduling of the Git Plugin

2015-09-08 Thread mike
We, too, would like the option to prevent the GIT plugin from triggering new builds on its own. We have a number of management jobs which we manually run; These jobs use the GIT SCM plugin to pull the latest version of our management script repository. As I understand it, if I push changes to m

Regarding Git Installation on Slaves

2015-09-08 Thread Jaya Nageswar
Hi All, I am pretty new to Git and Jenkins. Trying to setup automated build system in jenkins. Our Source code respository is Git. We support multiple platforms (like Linux, AIX, Solaris, HP & Windows ) for our product. I have installed jenkins as service on Windows. Added all the build machin

Re: System environments not recognized in Jenkins job

2015-09-08 Thread Francisco Javier Pulido Vergara
Hi, I'm trying to figure out why is this happening, in the meanwhile you can check on your jenkins which parameters is receiving from your system. you can do so by accesing to {jenkinsURL}:8080/systemInfo and look for the environment variables. El lunes, 7 de septiembre de 2015, 11:20:46 (UTC+

Editing naming of jenkins runs (Threads)

2015-09-08 Thread Francisco Javier Pulido Vergara
Hi all, I'm executing a cron job with maven which executes several Java classes and each class launchs 8 threads. My problem is that when I want to check the results I see something like this: US1449.afterClass:26 NullPointer com..**.US1449.displayRouteMapToFromSelector(com.*.

RE: [Build-flow plugin]

2015-09-08 Thread Ginga, Dick
Start your builds like this: build2 = build( “job2”) When that returns, you use the build2 variable to get at the log like this (you can use this call to get any number of lines) var = build2.getLog() you can use println just to print things to the console so: println var will put is in this

Re: periodic backup plugin - start/stop every minute

2015-09-08 Thread jje
Okay. Solved - this issue has been described in comments on jenkins wiki of this plugin: https://wiki.jenkins-ci.org/display/JENKINS/PeriodicBackup+Plugin?showComments=true&showCommentArea=true#addcomment PeriodicBackup is indeed called every minute, and does nothing if it doesn't have to. It i

Re: Customize failure message in a build

2015-09-08 Thread Victor Martinez
Hi, IMO "script shell" step should contain a few lines, and if you need further logic you might need to store those scripts in your SCM tool, then you can call that script. There are different approaches: 1) You could merge those "Script shell" in one shell and use your SCM to store those

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

2015-09-08 Thread jje
Don't mind second exception, explanation is marked yellow Am Dienstag, 8. September 2015 07:44:40 UTC+2 schrieb jje: > > Find attached jenkins syslog. I've to admit log is pretty messy. Mainly > exceptions are related to following topics: > >- connection problems as different nodes are no

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

2015-09-08 Thread jje
Don't mind second exception, explenation is marked yellow Am Dienstag, 8. September 2015 07:44:40 UTC+2 schrieb jje: > > Find attached jenkins syslog. I've to admit log is pretty messy. Mainly > exceptions are related to following topics: > >- connection problems as different nodes are no

Customize failure message in a build

2015-09-08 Thread Adrien Ruffie
Hello all, I want to customize the failure message at the job ending (you can see it in attached file). My problem is also, I have several "Script shell" steps in the same build, but when one of them fail, the failure job report don't specify which one failed ... Do you know one mean to give on

[Build flow plugin] How to show output console of subbuild into the main build?

2015-09-08 Thread Cyril Gandon
Hi all, I'm using the build flow plugin Let's say I have 3 jobs: job1 says build( "job2") And then, job2 says build( "job3") I would like to see the output of each build in the "main" build job1. In the ideal world, each

[Build-flow plugin]

2015-09-08 Thread Cyril Gandon
Hi all, I'm using the build flow plugin Let's say I have 3 jobs: job1 says build( "job2") And then, job2 says build( "job3") I would like to see the output of each build in the "main" build job1. In the ideal world, each

SCM Error with PTC Integrity plugin

2015-09-08 Thread vivek yaragatti
Hi all, We are moving to Continuous integration with Jenkins. We use MKS Integrity as our source code repository(SCM) and Piketech’s - TPT as a test tool. I created a job and followed instructions available in Jenkins website. I am getting an SQL Exception error with SCM plugin. I have

Re: Jenkins Poll-mailbox-trigger-plugin problem

2015-09-08 Thread Nick
Possibly a duplicate of this issue? https://issues.jenkins-ci.org/browse/JENKINS-29272 - Add ability to continue to poll while job is running On Thursday, 16 July 2015 13:02:02 UTC+10, skies lee wrote: > > Hi, > > We are using Poll-mailbox-trigger-plugin in Jenkins but have encountered > some p