Antwort: Java Version 7, Update 45 warning every time I try starting the slave

2013-10-30 Thread Andreas Schilling
Hi Jeremy, with Java7 u45 some big changes have been made to security handling. We were massively affected with our own applications which are also delivered via webstart. You can't do anything, the provider of the application (and the JNLP for it) has to take some actions. (or, maybe you also

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Stabledog
Another user pointed out that the "Rebuild" plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin ) does what I'm asking for. I've hooked it up, and indeed it does. So I withdraw my complaint about the lack of a plugin! :) On Wednesday, October 30, 2013 6:37:18 PM UTC-7, Stabl

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Stabledog
Wow... that does indeed look like the solution. Can't believe I've missed it for so long. Perhaps because I've always searched for "retry" or "restart", not "rebuild". Will give it a spin right now! Thanks! On Wednesday, October 30, 2013 6:56:12 PM UTC-7, Hemang Lavana wrote: > > Hi, > > Ple

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Hemang Lavana
Hi, Please take a look at the rebuild plugin: https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin I believe it does exactly what you are asking for. Thanks, Hemang. On Wednesday, October 30, 2013 9:09:39 PM UTC-4, Stabledog wrote: > > I have used Jenkins for years. The one thing that

Jenkins with Jetty stopped working under Solaris

2013-10-30 Thread thejosh007
Hi All, I normally start Jenkins on Solaris 10 using: $JAVA_HOME/bin/java -jar $JENKINS_HOME/jenkins.war --httpPort=8081 This worked fine up till Jenkins version 1.535, so I assume the introduction of Jetty broke it. Jenkins starts fine and the logs are identical to pre 1.535, however when I try

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Les Matheson
That would be fantastic! I'd do it myself if I had any experience doing Jenkins plugins... but it seems like a lengthy learning curve for this one feature :) On Wed, Oct 30, 2013 at 6:35 PM, Slide wrote: > This would indeed be useful, I'll see about implementing something and > submitting eit

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Slide
This would indeed be useful, I'll see about implementing something and submitting either a pull request, or creating a new plugin for it. On Wed, Oct 30, 2013 at 6:09 PM, Stabledog wrote: > I have used Jenkins for years. The one thing that I find perpetually > annoying is the absence of a "re

Why is there no "retry job" feature or plugin?

2013-10-30 Thread Stabledog
I have used Jenkins for years. The one thing that I find perpetually annoying is the absence of a "retry" button -- seems like this should be present on any page which shows information about a past build... "scrape the parameters, and start it again". Simple, yes? Obvious? I would think

Re: Jenkins CloudBee Folders plugin usage, migration, and best practices recommendations

2013-10-30 Thread joshua
Daniel, Thank you so much for the thorough discussion of the experience you've had with the plugin. I will definitely begin with a small environment to test this out, over migrating the whole enchilada of builds. I really appreciate you sharing your perspective! -Joshua On Monday, October 28,

[no subject]

2013-10-30 Thread Jay Vee
-- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

Jenkins example

2013-10-30 Thread Jay Vee
I need to execute a gradle script passing params to it from within a Jenkins job, any pointers would be helfpul. -- 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 t

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Slide
Hi, On the Jenkins side. Thanks, Alex On Wed, Oct 30, 2013 at 10:49 AM, Julien Tanay wrote: > Hi Slide, > > On the server side or on the Jenkins side ? > > Thx, > > Julien > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscr

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Julien Tanay
Hi Slide, On the server side or on the Jenkins side ? Thx, Julien -- 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+unsubscr...@googlegroups.co

Re: Slow dashboard loading for jobs with many compiler warnings

2013-10-30 Thread Ulli Hafner
Am 30.10.2013 um 16:47 schrieb Ruben van Staveren : > Hi, > > I am a Jenkins administrator for a site with not that many jobs, but these > jobs keep a constant rate of massive compiler warnings (~9000 - 1). > For a particular job for a software with multiple versions the per build > build.

Re: Backups

2013-10-30 Thread Thomas Fürer
just look at thin-backup. will backup all relevant data from your workspace in regular basis. Am 30.10.2013 00:30, schrieb Jared Griffith: > I was wondering what files are necessary to back up a Jenkins master > instance? I don't really think it's necessary to backup the workspace > and all that,

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Slide
Did you try setting up the git credentials again? They may have become corrupted via the 1.536 issues. On Wed, Oct 30, 2013 at 10:24 AM, Julien Tanay wrote: > Hello all, > > ERRATUM : the version I tried yesterday was *1.537* and not 1.357. > > I downgraded my Jenkins 1.535 and found the exact s

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Julien Tanay
Hello all, ERRATUM : the version I tried yesterday was *1.537* and not 1.357. I downgraded my Jenkins 1.535 and found the exact same issue ... "Username may not be null". But which username ??? Thx, Julien -- You received this message because you are subscribed to the Google Groups "Jenkins

For deploy build, show list of released versions available from artifactory

2013-10-30 Thread ttt2
I have a release build that compiles and publishes the war file to artifactory. I'd like to have a manually run parameterized build where I can choose among the published releases in artifactory. Is there a straightforward way to do something like this? The closest thing I found was Promoted Bu

Timeout of build in queue

2013-10-30 Thread Scott Evans
Is there a way to set a jenkins job to fail a multiconfiguration job if one of its children have been sitting in the queue for more than x amount of time? I have set up a multiconfiguration job to run maintenance on every node in our system on a regular basis. However, if a node is down, its chil

Re: Log file for script trigger plugin

2013-10-30 Thread Srinivasa TN
On Wednesday, 30 October 2013 18:32:03 UTC+5:30, maciej wrote: > > Srinivasa TN (2013-10-30 13:34): > > Hi All, >I am using Jenkins 1.514 and scripttrigger plugin 0.31 on RHEL 6.3. I > have written bash script in the plugin configuration to trigger the build > whenever exit status is XXX.

Slow dashboard loading for jobs with many compiler warnings

2013-10-30 Thread Ruben van Staveren
Hi, I am a Jenkins administrator for a site with not that many jobs, but these jobs keep a constant rate of massive compiler warnings (~9000 - 1). For a particular job for a software with multiple versions the per build build.xml log file that is generated and kept by Jenkins is around ~13MB

Radio buttons - Does not retain selection when reentering job configuration

2013-10-30 Thread Thomas Åkerlund
Hi! I have created a config.jelly file that has a couple of radio buttons in it. The selection works as it should and the plugin gets the selected value in the class property. The issue is when I go back into the job configuration the previously selected option is gone. How do I retain the sel

Groovy: How to iterate over all nodes, incl. master

2013-10-30 Thread Dirk Heinrichs
Hi, in a Grovvy script which needs to iterate over all nodes, I do: hudson = Hudson.getInstance() for (node in hudson.getNodes()) { doSomething() } However, this only includes the slave nodes. How would I add the master node into this loop? Thanks... Dirk -- *Dirk Heinrichs*, Senior

Re: Build Flow Plugin (pre-release 0.11): Change in SCM behavior?

2013-10-30 Thread Les Mikesell
On Wed, Oct 30, 2013 at 7:48 AM, nicolas de loof wrote: > scriptler is for groovy scripts > build flow is (supposed to) offer a DSL to orchestrate job execution > > both make sense. Maybe you're looking for something "in the middle" I'd like to create a more versatile 'matrix build' where the top

RE: Backups

2013-10-30 Thread Matthew.Webber
> > where the rsync_exclude_filters.txt file contains this: > > (snipped) > > I would exclude workspace (as in vast majority of caseses this is > dowanloaded or generated), but keep builds as there might be important > artifacts there (if they are not important you should not store them in > first

Re: Log file for script trigger plugin

2013-10-30 Thread Maciej Jaros
Srinivasa TN (2013-10-30 13:34): Hi All, I am using Jenkins 1.514 and scripttrigger plugin 0.31 on RHEL 6.3. I have written bash script in the plugin configuration to trigger the build whenever exit status is XXX. I have put "set -x" in the script. But where is the output going? Is ther

Re: Build Flow Plugin (pre-release 0.11): Change in SCM behavior?

2013-10-30 Thread nicolas de loof
scriptler is for groovy scripts build flow is (supposed to) offer a DSL to orchestrate job execution both make sense. Maybe you're looking for something "in the middle" 2013/10/30 Les Mikesell > On Wed, Oct 30, 2013 at 2:35 AM, nicolas de loof > wrote: > > Workspace support has indeed been re

Re: Build Flow Plugin (pre-release 0.11): Change in SCM behavior?

2013-10-30 Thread Les Mikesell
On Wed, Oct 30, 2013 at 2:35 AM, nicolas de loof wrote: > Workspace support has indeed been removed > Too many user use build-flow DSL as a groovy script console, that is another > topic (-> scriptler plugin) I'm still missing what would be wrong with having the build-flow syntax available in a n

Log file for script trigger plugin

2013-10-30 Thread Srinivasa TN
Hi All, I am using Jenkins 1.514 and scripttrigger plugin 0.31 on RHEL 6.3. I have written bash script in the plugin configuration to trigger the build whenever exit status is XXX. I have put "set -x" in the script. But where is the output going? Is there any log file I can check to find

Re: Git 2.0 Plugin wont work with HTTP repos

2013-10-30 Thread Tom Arra
Thanks! Any idea when the 1.4.6 plugin will hit the update channel? -Tom On Tuesday, October 29, 2013 1:02:31 PM UTC-5, Nicolas De loof wrote: > > Created https://issues.jenkins-ci.org/browse/JENKINS-20326 for this, and > committed a fix > > release in progress > > > 2013/10/29 Tom Arra > > >> I

Re: Backups

2013-10-30 Thread Maciej Jaros
matthew.web...@diamond.ac.uk (2013-10-30 10:17): I have a job that runs each night and does an rsync of $JENKINS_HOME, skipping the history. Specifically, I use this command: rsync --verbose --itemize-changes --archive --omit-dir-times --whole-file --stats --exclude-from=/path/to/jenkins_home/

RE: Backups

2013-10-30 Thread Matthew.Webber
I have a job that runs each night and does an rsync of $JENKINS_HOME, skipping the history. Specifically, I use this command: rsync --verbose --itemize-changes --archive --omit-dir-times --whole-file --stats --exclude-from=/path/to/jenkins_home/rsync_exclude_filters.txt --delete /path/to/jenkin

Re: Build Flow Plugin + thread dump

2013-10-30 Thread nicolas de loof
Future.get() don't return the Build object after completion, have no idea what can get wrong 2013/10/30 Slide > I have an issue with the Build Flow plugin in that once a job that is > launched completes, the build flow never continues on. I've reduced my > build flow to a single step which just

NullPointerExceptions using Jenkins with Tomcat

2013-10-30 Thread Torsten Fleischer
Hi, we have installed the Jenkins on Tomcat (version 6.0.18). After upgrading Jenkins from version 1.522 to 1.537 every time a user connects to the server or clicks any link on the Jenkins GUI a null pointer exception appears in the log (see below). I'm not sure if there is a relation, but aft

Re: Build Flow Plugin (pre-release 0.11): Change in SCM behavior?

2013-10-30 Thread nicolas de loof
Workspace support has indeed been removed Too many user use build-flow DSL as a groovy script console, that is another topic (-> scriptler plugin) For your use case, if you need to poll SCM with a workspace, use another upstream job 2013/10/30 Mike Dougherty > I'm using a custom built version o