Jenkins plugin for SSH pull

2012-04-26 Thread Alexis Morelle
Hi, I have been using the SSH Jenkins plugin, which works brilliantly from the Jenkins master or slave to copy down artifacts to a machine (push) or run remote commands on some other machine. What I found, however, is there is no obvious way to copy FROM (pull) that remote machine. The usage

Re: Jenkins plugin for SSH pull

2012-04-26 Thread Stephen Connolly
Archive artifacts? That is standard functionality in Jenkins and will pull them from the slave to the master when the build is finished On 26 April 2012 09:22, Alexis Morelle wrote: > Hi, > > I have been using the SSH Jenkins plugin, which works brilliantly from the > Jenkins master or slave to

Approach towards Maven profiles and Jenkins

2012-04-26 Thread sebastian.st...@softwareag.com
Hi, I wonder how to best use Maven profiles on Jenkins. Our profile is stored in a settings.xml file, which is contained in our source tree. We can include this profile in Jenkins using -s path/to/settings.xml option. Usually, a developer would need to alter this file and adapt it to his working

Exe file through jenkins

2012-04-26 Thread Suri
Hi Simon Wiest My exe file values are not constant one, it may change for every build. I am unable to set parameters. If my values are constant, I can set parameters, but my values are not constant. I don’t know values of next build. Please suggest me, how can I give values when i am running ex

Re: Approach towards Maven profiles and Jenkins

2012-04-26 Thread Stephen Connolly
On 26 April 2012 09:33, sebastian.st...@softwareag.com < sebastian.st...@softwareag.com> wrote: > Hi, > > > I wonder how to best use Maven profiles on Jenkins. Our profile is > stored in a settings.xml file, which is contained in our source tree. > Smells like an anti-pattern... how goes the figh

Re: Exe file through jenkins

2012-04-26 Thread Stephen Connolly
parameterized build and use parameter expansion on the named parameters On 26 April 2012 09:42, Suri wrote: > Hi Simon Wiest > > My exe file values are not constant one, it may change for every > build. > I am unable to set parameters. > > If my values are constant, I can set parameters, but my

Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Gynnad
As my question already said. I want to redirect my Tomcat log to my Jenkins log. I start the Tomcat server with a batch file, and want the feedback of the log in my Jenkins Log. Is this possible and how can I make it?

Re: how to build a specific git branch with jenkins

2012-04-26 Thread Rick Gomes
I've been having the same problem, I've read online it has to do with the version of the git plugin installed on Jenkins. Might not be the same problem I'm having but the issue seems to be caused by git plugin version > 1.1.14 and a windows slave machine. Is this the same setup you're using? Ri

Loading certain view tabs takes forever

2012-04-26 Thread Paul Weiss
I don't understand why this should be, but it happens to me quite often: I click a view tab and wait many, many, seconds for it to be loaded. This doesn't happen for the main view, nor does it happen for all the views, but in my case, it happens with a view that I use quite regularly. There is not

experiences with 'cloud' plugins / APIs in Jenkins

2012-04-26 Thread Nigel Magnay
I'm wondering if anyone has gone down this route before, and has any experiences that they can share. We're looking to possibly creating a new build server. It seems (to me) that SmartOS would make an ideal host OS for running builds. (SmartOS is a Joyent-derived Illumos(Solaris) derivative focuss

Re: Maven 3 & modules

2012-04-26 Thread Olivier Lamy
Is there any jira entry ? I could have a look later to fix that. As *definitely* the native maven plugin is a *very* nice feature of Jenkins :P 2012/4/25 Maven User : > Nope - expand the maven config in your project - look for the "Incremental > build - only build changed modules" option. > > > >

Nabaztag

2012-04-26 Thread Wieschhoff, Kenneth
Seems the Nabaztag site is up and running again and I was thinking of updating the Nabaztag plugin to be compatible, would there be any interest? -- Kenneth H. Wieschhoff, Jr. NBA - Digital Turner Broadcasting Systems 404.509.0987

Re: Maven 3 & modules

2012-04-26 Thread Christoph Kutzinski
https://issues.jenkins-ci.org/browse/JENKINS-11964 Original-Nachricht > Datum: Thu, 26 Apr 2012 16:09:40 +0200 > Von: Olivier Lamy > An: jenkinsci-users@googlegroups.com > Betreff: Re: Maven 3 & modules > Is there any jira entry ? > I could have a look later to fix that. > As *

Re: Loading certain view tabs takes forever

2012-04-26 Thread fdegir
Hi, I had similar issues with one of my views and found out that one of the plugins was causing this. It returned to normal after disabling plugins displaying information on that view. /Fatih On Apr 26, 2:07 pm, Paul Weiss wrote: > I don't understand why this should be, but it happens to me qui

Launch slave agents on Unix machines via SSH - Missing Environment

2012-04-26 Thread leojhartiv
I have a Linux machine that uses user account A. User account A's .profile file loads all sorts of useful environment variables. I've tried to set up this machine as a Jenkins slave using the Launch slave agents on Unix machines via SSH option: https://wiki.jenkins-ci.org/display/JENKINS/Distrib

Re: how to build a specific git branch with jenkins

2012-04-26 Thread dwalling
We're on Windows with Git plugin 1.1.17, but no slave - just a single Jenkins node. On Thursday, April 26, 2012 2:42:20 AM UTC-7, Rick Gomes wrote: > I've been having the same problem, I've read online it has to do with the > version of the git plugin installed on Jenkins. Might not be the same

Re: Loading certain view tabs takes forever

2012-04-26 Thread Paul Weiss
Interesting. Do you happen to remember which plugin it was? -P On Thu, Apr 26, 2012 at 10:36 AM, fdegir wrote: > Hi, > > I had similar issues with one of my views and found out that one of > the plugins was causing this. It returned to normal after disabling > plugins displaying information on th

Re: how to build a specific git branch with jenkins

2012-04-26 Thread Rick Gomes
As you can see from here: https://issues.jenkins-ci.org/browse/JENKINS-13007 I believe this is an unresolved issue with version 1.1.16+ git plugin for jenkins. If you have access to version 1.1.15 then I suggest you try that, I've been trying to find an older version to roll back and try this

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2012-04-26 Thread Carlton Brown
I wish to use groovysh to interact directly with Jenkins. Does it work? On Wed, Apr 25, 2012 at 4:58 PM, Daniel PETISME wrote: > Hi Carlton, > > Jenkins-cli seems to have some issues concerning authentication. Groovysh > allows you to interact directly with the Jenkins JVM using the goovy > lan

Re: Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Ann Campbell
Are you talking about the Tomcat Jenkins runs on or a TC you're using Jenkins to deploy to? -- ** Privileged and/or confidential information may be contained in this message. If you are not the addressee indicated in this message (or are

Re: Approach towards Maven profiles and Jenkins

2012-04-26 Thread Maven User
There's a config-file-provider plugin that does what you're looking for: https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin Seems like a horrible idea to put a settings file in a source tree though There's really no way to use properties like env. or w/e and leverage t

Re: jvm arguments not making it to application and unit tests

2012-04-26 Thread Billy Bacon
Thanks for the input here Stephen. I would appreciate your continued help and have posted this topic on the maven forum group to continue this discussion there. Here is a link to the post: http://maven.40175.n5.nabble.com/jvm-arguments-not-making-it-to-application-and-unit-tests-td5667993.html

LDAP authentication fails

2012-04-26 Thread Nunni
Hi all. I've been asked to setup a support server for software development, and one of the required applications is jenkins. I installed the official packed from the linux distribution I'm using: Ubuntu 12.04 has jenkins 1.424.6 I need to set up ldap authentication and I'm having a hard time with

Re: EnvInject global vs. per job behavior

2012-04-26 Thread shanz
I've recently used the EnvInject plugin on several concurrent jobs. I created a file with the variables in it :- eg: MY_FIRST_VAR=whatever MY_NEXT_VAR=somethingElse Then I tick the box on any job which needs access to either variable and point to the file.

feed or notification for Jenkins releases

2012-04-26 Thread Dan Stine
I know about https://jenkins-ci.org/changelog. But I cannot locate a feed for this information, nor a low-traffic "announce"-style email list. Is there such a thing? Thanks, Dan

Re: EnvInject global vs. per job behavior

2012-04-26 Thread Grégory Boissinot
On Tue, Apr 24, 2012 at 3:10 AM, AnthonyJ wrote: > If one job is enabled for EnvInject, should it affect all jobs > globally? > no > > I see the message below for jobs which do not have it turned on.. > > "[EnvInject] - Preparing an environment for the build." > the current build of the current

Re: feed or notification for Jenkins releases

2012-04-26 Thread Maven User
There's a twitter account :-/ On Thursday, April 26, 2012 2:33:41 PM UTC-4, Dan Stine wrote: > > I know about https://jenkins-ci.org/changelog. But I cannot locate a > feed for this information, nor a low-traffic "announce"-style email > list. Is there such a thing? > > Thanks, > Dan

email ext mails - rooturl token wrong

2012-04-26 Thread Maven User
Hi all - This feels like a silly question but where is this setting configured? Here, we have several jenkins master servers - all named ci-.function.net. When I get an email now, the images are dropped off because when I view source, I can see that the image location is ci.function.net. Wha

Re: email ext mails - rooturl token wrong

2012-04-26 Thread Slide
Can you upload a screenshot of your global config for email-ext? slide On Thu, Apr 26, 2012 at 1:25 PM, Maven User wrote: > Hi all - > > This feels like a silly question but where is this setting configured? > > Here, we have several jenkins master servers - all named > ci-.function.net. > > Whe

Re: email ext mails - rooturl token wrong

2012-04-26 Thread Maven User
Seems like I may have hit: https://issues.jenkins-ci.org/browse/JENKINS-13242 Pulling 2.20 now... And nope, even with override disabled, still pulling bogus value On Thursday, April 26, 2012 4:25:58 PM UTC-4, Maven User wrote: > > Hi all - > > This feels like a silly question but where is

Re: email ext mails - rooturl token wrong

2012-04-26 Thread Maven User
At ONE point, we MUST have been using the override settings because I can see the bogus url in there. But the override checkbox was NOT checked, still pulled the value. I've since put in the PROPER value, waiting for an executor to free up so my build can run... On Thursday, April 26, 2012 4:3

EnvInject does not pick up variables injected by ToolEnv plugin

2012-04-26 Thread John Vacz
A trival job: 1. ToolEnv injected a enviroment variable "JDK_1_6_HOME", 2. build step 1: shell script: echo " -- Before envinject: JDK1_6_HOME=$JDK1_6_HOME" 3. build step 2: EnvInject injected another variable SOME_ARG=$JDK1_6_HOME Console output: Started by user tester

Fwd: EnvInject does not pick up variables injected by ToolEnv plugin

2012-04-26 Thread John Vacz
Jenkins 1.460, debian native package (winstone) EnvInject 1.46 ToolEnv 1.0 Original Message Subject:EnvInject does not pick up variables injected by ToolEnv plugin Date: Thu, 26 Apr 2012 23:04:24 +0200 From: John Vacz To: Jenkins Users A trival job: 1. Too

Re: feed or notification for Jenkins releases

2012-04-26 Thread Bruno P. Kinoshita
Maybe you could keep an eye on http://jenkins-ci.org/releases.rss too. Whenever you see a new version of Jenkins UI sample plugin, it is very likely there is a new version of Jenkins too, usually with the same version number. If you are using Thunderbird, you can create the following filter too:

Re: feed or notification for Jenkins releases

2012-04-26 Thread Holger Levsen
Hi, On Donnerstag, 26. April 2012, Bruno P. Kinoshita wrote: > Maybe you could keep an eye on http://jenkins-ci.org/releases.rss too. rss2email makes this easy, too :) cheers, Holger

Re: EnvInject does not pick up variables injected by ToolEnv plugin

2012-04-26 Thread Grégory Boissinot
At the moment, ToolEnv is not aware of the EnvInject plugin. Technically ToolEnv doesn't export its new environment variables by an EnvironmentContribution action. Therefore, EnvInject cannot capture environment variables populated by the ToolEnv plugin. However, you can install the SharedObjects

Re: Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Gynnad
I'm using the Tomcat of my own computer. And I'm starting the TomCat to call a batch file. On 26 apr, 17:45, Ann Campbell wrote: > Are you talking about the Tomcat Jenkins runs on or a TC you're using > Jenkins to deploy to?