JCasC: Fail Jenkins boot when problem occurs with applying the YAML

2019-01-10 Thread Oliver Gondža
Is there a way to get the Jenkins process aborted when JCasC fails to apply the config so one do not have to analyze logs to tell success from failure? Thanks! -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

Adding .groovy files to secured script classpath

2017-06-23 Thread Oliver Gondža
Back before script-security started to actively prevent directories on script classpaths[1] (such as for groovy-postbuild plugin), it was a common practice to add a directory with bunch of .groovy files and use the classes from the script. However, since script-security disallowed this it does

Re: Jenkins job-description status parse via email

2015-12-25 Thread oliver gondža
On Wed, 23 Dec 2015 18:34:07 +0100, Avishay Saban wrote: Hello, How can i parse the job description status every day via email. for example: attached picture I know there a way using DSL/Groovy. maybe you can point it out for me please. Thank you for you time and attention. . Hi, Can

Re: Compress Artifacts Plugin

2015-10-21 Thread oliver gondža
On Wed, 21 Oct 2015 14:23:02 +0200, Sergey Solozhentsev wrote: Hi I want to use your plugin but I do not understand what should I do. There is nothing in build steps or post build steps or any options in my project. How can I set what plugin should compress and where to put compressed

Re: CLI Commander Plugin seemingly does nothing

2015-07-03 Thread oliver gondža
On Thu, 02 Jul 2015 11:17:08 +0200, Itai Sanders wrote: got it. thanks! do I understand that the plugin does not show the results of a command (I tried using the who-am-i command to see if the plugin gets the authentication correctly. the page refreshed but nothing showed). or am I still doi

Re: CLI Commander Plugin seemingly does nothing

2015-07-01 Thread oliver gondža
On Wed, 01 Jul 2015 10:40:34 +0200, Itai Sanders wrote: Problem is - as much as I looked throughout the Jenkins web UI, I couldn't find anywhere to run the CLI commands. I tried looking into the global settings and into job configurations, but nothing new pops up after installing the plugin.

[ANN] Examine Jenkins thread state with Dumpling

2014-09-22 Thread oliver gondža
Hi, There is a plugin that bring Dumpling DSL into Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/Dumpling+Plugin What's Dumpling? Domain model and DSL to query thread state. Read more here: https://olivergondza.github.io/dumpling/ -- oliver -- You received this message because yo

1.565.1 LTS RC testing started

2014-07-14 Thread oliver gondža
Hello everyone, Latest RC was made public last Wednesday. Join us testing what will become next LTS release! We have 10 days to make sure that all the fixes[1] are in place and no new regressions was introduced. Report your findings in this thread or in the test plan wiki. Download bits

Re: job parameters in combination filter not working - always evaluate to true

2013-11-08 Thread oliver gondža
Hi, this should work without help from any plugin (you should not need $ in Groovy expression). There are regression tests to exercise this feature[1][2] you can look at. Provided it does not work in some situations, please file as issue and attach config.xml of reproducing job. [1] htt

Re: Error from CLI command

2013-10-15 Thread oliver gondža
The command is clearly broken as it result in NPE whenever build number does not exist for particular job. Please, file an issue and feel free to assign to me, this one is trivial. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Change layout or add new field to project front page

2013-10-08 Thread oliver gondža
Hi, hudson/model/AbstractProject/main.jelly includes file `jobMain.jelly` for all attached actions. * This action can have optional jobMain.jelly view, which will be * aggregated into the main panel of the job top page. The jelly file * should have an

tag that shows the section title, fo


Re: Unable to edit job configuration

2013-08-26 Thread oliver gondža
Hi, Can you check the javascript console for errors on that page? -- oliver -- 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...@googleg

Re: Policy of fixes in LTS?

2013-07-18 Thread oliver gondža
The policy is documented here https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line -- 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+uns

Re: EasyAnt plugin

2013-07-14 Thread oliver gondža
On Sun, 14 Jul 2013 12:07:25 +0200, Jean-Louis Boudart wrote: [FATAL] Non-resolvable parent POM: Failure to find org.jenkins-ci.plugins:plugin:pom:1.456 in https://repository-jenkins.forge.cloudbees.com/release was cached in the local repository, resolution will not be reattempted until the u

Re: How to override/replace constants value of config files present in project in jenkins at the time of build generation

2013-06-16 Thread oliver gondža
Hi, The least ugly thing I can think of is reading your configuration properties from environment variables. So your build will use database host from getenv('DB_MASTER_HOST') or '192.165.56.12' when variable not present. You can actually move this higher at the level of configuration fil

Re: Jenkins ver. 1.518 java.lang.NullPointerException

2013-06-15 Thread oliver gondža
Hi, thank you for reporting it. I dare to say it is the same issue as https://issues.jenkins-ci.org/browse/JENKINS-17248. There are some workarounds mentioned but not a proper fix, though. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re:

2013-05-29 Thread oliver gondža
Hi, how about JENKINS_HOME[1] variable? [1] https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins#AdministeringJenkins-JENKINSHOMEdirectory -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Jenkins build hangs on sending email (in hudson.model.User.getProjects)

2013-05-24 Thread oliver gondža
Hi, What you observe is a mail address resolution. A process that scans all project in the instance in order to find user's email address. It is usually implemented by scm plugin (SVN in your case). Resolver implementation was deleted from CVS plugin (in 2.8) and from SVN plugin (in 1.45)

Re: Use build parameter as combinations filter in matrix configuration

2013-05-11 Thread oliver gondža
Hi, This feature will be in 1.515.[1] [1] http://jenkins-ci.org/changelog (What's new in 1.515) -- 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

Re: Use build parameter as combinations filter in matrix configuration

2013-04-28 Thread oliver gondža
Hi, pull request 584 [1] adds this functionality. You can +1 the Jira or the pull request to drag more attention. [1] https://github.com/jenkinsci/jenkins/pull/584 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Re: Jenkins version upgrade from 1.426

2013-04-23 Thread oliver gondža
Hi, hawing no experience running Jenkins on Ubuntu, I believe you should look for one of the LTS releases if you do not need new features. https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line -- oliver -- You received this message because you are subscribed to the Google Groups "Jenki

Re: Save configuration of a job

2013-04-23 Thread oliver gondža
Hi, Job Config History Plugin [1] stores all past versions of job configuration and provides a way to compare and restore versions. [1] https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin -- Oliver -- You received this message because you are subscribed to the Google Groups "J

Re: Jenkins as scheduled task manager, and collate all task status from other Jenkins servers.

2013-04-04 Thread oliver gondža
Hi, You can set up Jenkins master on one of the servers and let the other be it's slaves, create jobs for all the batches and restrict where they can be run (tie them to particular slave using 'Restrict where this project can be run'). That should do what you want. https://wiki.jenkins-ci

Re: Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread oliver gondža
Have a look at [1]. You need to configure some values for configuration axes. [1] https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: Parametrized job question

2013-02-21 Thread oliver gondža
Hi, This seems to do what you want https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin. -- oliver -- 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 a

Re: Jenkins Managed Script - Accessing Installations (JDK, Maven, etc)

2013-02-18 Thread oliver gondža
On Mon, 18 Feb 2013 18:04:44 +0100, Bob Bick wrote: I guess a more general question is whether there are ways to make Jenkins steps optional (e.g. dependent on input parameters)? Hi, would [1] do what you need? [1] https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin

Re: Re: Re: Re: Server usage pegged at 99%

2013-02-07 Thread oliver gondža
On Wed, 06 Feb 2013 21:13:42 +0100, Andrew Melo wrote: Hey everyone, Sorry for resurrecting that thread, but are there any solutions for this problem? It's basically killing our instance often. best, Andrew Hi, subversion-plugin in version 1.45 does not longer have MailAddressResolver i

Re: How to create a new page view.

2012-11-22 Thread oliver gondža
On Thu, 22 Nov 2012 05:48:02 +0100, Bharathi Ramalingam wrote: Hi All, I am developing a plugin where I want to display Job statistics when clicked on the Job link. My question is how can i define a URL and bind it to the page view. Really appreciate any clues or help. Thanks, Hi, an Ac

Re: Mail Watcher Plugin - config doesn't save

2012-08-14 Thread oliver gondža
On Tue, 14 Aug 2012 11:02:00 +0200, Chris Withers wrote: However, when I try and set the notification config on a node and hit save, the config isn't saved; if I got back to the config page, the "notify on" boxes are blank again... cheers, Chris I was unable to reproduce it using 1.44

Re: Mail Watcher Plugin not showing in "available plugins"

2012-08-14 Thread oliver gondža
...which still doesn't contain the text "watcher", let alone "mail-watcher-plugin". Can you verify the same behaviour? How about anyone else? You are right. mirrors.karan.org serves jenkins-core from Jul 22 but the other mirrors uses version from Aug 08 and the plugin is indeed missing. Her

Re: Mail Watcher Plugin not showing in "available plugins"

2012-08-13 Thread oliver gondža
On Mon, 13 Aug 2012 14:57:13 +0200, Chris Withers wrote: On 13/08/2012 11:04, oliver gondža wrote: Yep, looks ideal, but it doesn't show in my "Available Plugins" section (on either of the Jenkins installs I have access to). Why might that be? As far as I can tell it is

Re: email notification when node falls offline?

2012-08-13 Thread oliver gondža
On Mon, 13 Aug 2012 10:20:37 +0200, Chris Withers wrote: Hi All, The windows node in my cluster keeps on falling offline. How can I get Jenkins to email me when any node falls offline? (as it blocks a whole load of builds, but I don't get any notification of those...) Chris Hi, This p