Hi,
I am trying to send an email at the end of the build job only if new
warnings appear.
I tried something like:
if (${WARNINGS_NEW}==0) { cancel = true; }
but it is not working.
I notice the script should be written in Groovy language.
So I tried a few (lot of) things but I can't get acce
Hi,
Currently Im using Tomcat6 to run Jenkins only, and I would like to move to
an RMP installation.
How can I do that?
Cheers,
Aviv
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails
Thank you!
On Sun, Dec 28, 2014 at 8:26 PM, R. Tyler Croy wrote:
> (replies inline)
>
> On Sun, 28 Dec 2014, Dave Lahr wrote:
>
> > This also came up in the IRC chat, but the wiki appears to be down:
> > https://wiki.jenkins-ci.org/
> >
> > I've been trying from around 9 AM EST without success.
How does WARNINGS_NEW get it's value? You'd want to use pretty much the
same code path to get the number of warnings in Groovy.
On Wed Dec 31 2014 at 2:17:22 AM wrote:
> Hi,
>
> I am trying to send an email at the end of the build job only if new
> warnings appear.
>
> I tried something like:
>
It can be (mostly) done, but you are intentionally defeating a Jenkins feature
and you need to take that into account.
When a job is monitoring a Git repository, there are two problems. First off,
by default it polls. If two commits get in within the same poll interval,
you’re getting both.
You might also consider writing your own plugin as an extension of the git
plugin.
The git plugin already has the ability to schedule multiple runs of the
same job from a single polling result. It schedules more than one
execution of the same job when it detects more than one matching new branch
> -Original Message-
> From: Rob Mandeville
> Sent: Wednesday, December 31, 2014 8:57
>
[reformatted to make sense...]
>> From: Steve K
>> Sent: Tuesday, December 30, 2014 3:21 PM
>>
>> Let's say that, since my most recent build, there have been
>> three (3) new commits.
>> Rather than h
Jason, Yes. True. Development wants to ensure no commits are received
(added to the repo) unless they pass all the tests
--
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
If that's the case, you should probably consider the pre-tested commit
plugin that is part of the Cloudbees commercial offering.
On Wed, Dec 31, 2014 at 7:48 AM, Steve K
wrote:
> Jason, Yes. True. Development wants to ensure no commits are received
> (added to the repo) unless they pass all the
I could use some advice for debugging a behavior where a build is created
but never executed. Its "Console Output" is perpetually blank except for a
spinning wheel, and it doesn't show up as pending or otherwise in the
"Build Executor Status" list, so I don't know the nature of its failure to
s
Anyone who is using the TFS Plugin with Visual Studio Online (VSO), are you
labeling your code? If you are, how are you doing that? A labeling feature
was added to the TFS Plugin but so far I have not been able to get it to
work with VSO. How do you apply labels in VSO with Jenkins?
Thanks,
Rob
I haven't looked at an installation using the Workflow plugin, but I have a
question or two.
I get the impression that the script used in a workflow job can be loaded from
SCM, instead of hardcoded into the Jenkins job. How exactly do you specify
that? I noticed the "load" workflow step, but
Hi All
Could anyone share the steps to how one could kick off Visual Studio 2012
CodedUI test project solution with Jenkins ?
Any plugins needed to do that ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gro
I have created a job in Jenkins that will start and run my Final Builder
Project on a slave machine.
The first action is to install my desired software. Even though I am
running Final Builder silently, I should see the GUI pop up for the product
that is installing. If I copy the same script int
It has something to do with the Interactive Services Detection.
If I go into the registry in
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Windows
I find NonInteractiveServices and change the setting from 1 to 0, this
gives me a message when the GUI is to pop up on the desktop. When I click
15 matches
Mail list logo