SWTBot

2013-11-12 Thread yossibr9876
Hi to all, i am trying to run SWTBot via Jenkins, can I see the UI tests running as a gui ? BR Yossi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsc

Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
Hey, I'm trying to figure out the easiest way to have jenkins push tags for each build for a master repository to a "ci" repository but for now it seems to me like the SCM plugins and Git Publisher plugin does not allow for such setup. Is the only option to do a shell script at the end which p

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Mark Waite
That's the only way I know to do it. The plugin does not have a concept of pushing tags to a different repository than the repository from which the work was cloned. Is it intentional that you're recording tags in a repository that is not the origin repository from which the Jenkins workspace was

Re: Problems in login using LDAP server

2013-11-12 Thread Mauricio Fuentes Montero
On Thursday, October 24, 2013 4:44:31 PM UTC-3, Mauricio Fuentes Montero wrote: > > > > > 2013/10/24 Daniel Beck > >> >> On 22.10.2013, at 23:01, Mauricio Fuentes Montero < >> fuentes.mont...@gmail.com> wrote: >> >> > RemoteIpAddress: 127.0.0.1; >> >> Is Jenkins behind a reverse proxy? > > >

Maven FailSafe plugin with Jenkins

2013-11-12 Thread Bhavin Parikh
Hi all, I can run maven failsafe plugin successfully locally and see the results for integration test cases. But when I run them with Jenkin with the same failsafe:integration-test goal, my integration tests are not running with the following message. I am using Jenkins 1.514. Is the issue wi

Re:Multijob plugin: Using same commit everywhere

2013-11-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
That's how matrix (multi) jobs work; the master job learns what the proper SCM commit is, then it is communicated to all of the subjobs in the matrix when they are launched. If your subjobs have child jobs, then you'd need to communicate the commit information to them the same as you would with

Re: SWTBot

2013-11-12 Thread Gergely Nagy
Do you mean seeing the test progress? https://wiki.jenkins-ci.org/display/JENKINS/Test+In+Progress+Plugin Or do you mean seeing SWTBot clicking around on your GUI app? It's possible too depending on your platform (e.g xvnc, etc..) On 12 November 2013 10:16, yossibr9876 wrote: > Hi to all, > >

RE: SWTBot

2013-11-12 Thread Brosh, Yossi
Thanks a lot Gergely Nagy !!! The plugin seems not working with SWTBot . Yes - I mean to see SWTBot clicking around my GUI app- I am working with windows 7 . BR Yossi From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gergely Nagy Sent: Tuesday 12

Filtering the console and sending via mail

2013-11-12 Thread Philippe Cambien
Hello all, I would like to know how I can parse the console log by selecting just the test results that are printed to the console and then sending them via mail. I noticed that the plugin mail-ext could do this but I have no clue on how to filter the console log. Any ideas? Thanks in advance! Ch

jenkins sshd idle-timeout

2013-11-12 Thread New To Jenkins
Is there an easy way to configure the myna sshd server idle-timeout for jenkins? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubs

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
Yeah, i dont want to have the Master repo littered with Jenkins build tags and I also don't want to give the Jenkins user push access to github master ( just see the recent Jenkins push force incident ;) If could have a way to have the initial repository be kept uptodate with master repo that

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Git itself has a way to handle this, using the push.insteadOf setting in the Git config file; I wonder if there's a way to leverage that mechanism in the Git plugin? - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 12 2013 13:43:38

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Slide
You can turn off the internal tags that Jenkins creates, check for "Skip internal tag". slide On Tue, Nov 12, 2013 at 11:43 AM, Max Rydahl Andersen < max.ander...@gmail.com> wrote: > Yeah, i dont want to have the Master repo littered with Jenkins build tags > and I also don't want to give the J

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
On Tuesday, November 12, 2013 9:00:50 PM UTC+1, slide wrote: > > You can turn off the internal tags that Jenkins creates, check for "Skip > internal tag". > how does that help ? would still require jenkins to have full push access which I would like to avoid. And i'm mainly interested of havi

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Slide
I was responding to this: "Yeah, i dont want to have the Master repo littered with Jenkins build tags and I also don't want to give the Jenkins user push access to github master ( just see the recent Jenkins push force incident ;)" On Tue, Nov 12, 2013 at 3:07 PM, Max Rydahl Andersen wrote: >

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Les Mikesell
On Tue, Nov 12, 2013 at 12:43 PM, Max Rydahl Andersen wrote: > Yeah, i dont want to have the Master repo littered with Jenkins build tags > and I also don't want to give the Jenkins user push access to github master ( > just see the recent Jenkins push force incident ;) > > If could have a way t

ThinBackup won't restore

2013-11-12 Thread cscooper
When I try to restore a ThinBackup nothing happens, but in the System Log I see this: Nov 12, 2013 3:50:56 PM INFO org.jvnet.hudson.plugins.thinbackup.ThinBackupMgmtLink doRestore Starting restore operation. Nov 12, 2013 3:51:00 PM SEVERE org.jvnet.hudson.plugins.thinbackup.ThinBackupMgmtLink doRe

Re: SWTBot

2013-11-12 Thread zhu kane
Assuming you are running under Linux. Use vnc plug-in to create X env in your job that will run swtbot tests. Then connect the port via vncviewer. Kane On Tue, Nov 12, 2013 at 11:24 PM, Brosh, Yossi wrote: > Thanks a lot Gergely Nagy !!! > > > > The plugin seems not working with SWTBot . >