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
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
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
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
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
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
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
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
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,
--
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.
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
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
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
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.
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,
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
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
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
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
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.
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
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
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
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
> > 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
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
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
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
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
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
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/
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
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
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
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
35 matches
Mail list logo