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
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
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
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
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
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.
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
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
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
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.
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
...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
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
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
32 matches
Mail list logo