Hi there,
I'd like to set up two dependent build projects for the same software
product as follows:
- have a "quick" build run every time a developer commits changes,
i.e. using the SCM polling trigger. This will only be an incremental
build, followed by unit tests.
- run a scheduled full "nightly
Is it possible that you talk about the Hudson svn plugin and not about the
Jenkins one?
I'm not aware about a revision policy in the Jenkins one.
Am 23.02.2012 um 02:43 schrieb fiona :
> thanks a lot for your support! in fact , I'm confused by 'build time'
> and 'Head revision' in configuring
I think its actually similar to this one:
https://issues.jenkins-ci.org/browse/JENKINS-11309
On Wed, Feb 22, 2012 at 6:57 PM, wrote:
> Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421
>
> ** **
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups
Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Wednesday, February 22, 2012 5:34 PM
To: jenkinsci-users@googlegroups.com
Subject: RE: email coming to everyone instead of bui
thanks a lot for your support! in fact , I'm confused by 'build time'
and 'Head revision' in configuring 'subversion revision policy', I
don't know the difference between them. I think both of them check out
the revision at the build startup time.
On 2月23日, 上午5时14分, Les Mikesell wrote:
> On Wed,
This may be a known bug, I don't have JIRA available right now, but you
could check.
On Feb 22, 2012 6:03 PM, wrote:
> "Send to Recipient List" is not checked for any trigger.
>
> "Include Culprits" is checked for Failure trigger. In here "Recipient
> List" is empty.
>
> “send to Committe
We have an internal plugin that manages chroots for exactly this scenario. We
set up the chroot through a BuildWrapper, and we override the launch method so
that each build step enters the chroot before it executes. There’s a lot of
internal-only code in here, so it’s not something we can open s
"Send to Recipient List" is not checked for any trigger.
"Include Culprits" is checked for Failure trigger. In here "Recipient
List" is empty.
"send to Committers" is not checked for any trigger.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Done. Let me know if you need any additional information.
https://issues.jenkins-ci.org/browse/JENKINS-12865
On Wed, Feb 22, 2012 at 4:39 PM, Grégory Boissinot <
gregory.boissi...@gmail.com> wrote:
> Could you raise a bug report for the envinject component and attach your
> job configuration file
Do you also have "send to recipients" checked?
On Feb 22, 2012 4:40 PM, wrote:
> Using Jenkins 1.4.51 and mail-ext-plug in / 2.1.8
>
> ** **
>
> The build failure notification goes to everyone instead of culprits.
>
> The question is - when you enable "Include Culprits", should it have
>
Using Jenkins 1.4.51 and mail-ext-plug in / 2.1.8
The build failure notification goes to everyone instead of culprits.
The question is - when you enable "Include Culprits", should it have
Recipient List filled in ? or it can be left blank ??
What should be done to have the mail sent to the
Not issue.
Closed.
On Mon, Feb 20, 2012 at 6:07 PM, Thomas Fürer wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> please vote for
> https://issues.jenkins-ci.org/browse/JENKINS-12616
>
> I think you are running in the same issue as I do.
>
> thomas
>
> Am 20.02.2012 15:59, schrieb za.
Fixed
On Tue, Feb 21, 2012 at 12:01 PM, wrote:
> If you use the EnvInject Plugin, note that 1.26 introduced a bug you might
> want to know about. See https://issues.jenkins-ci.org/browse/JENKINS-12841.
> We dropped back to 1.25 to get around this.
> Matthew
>
>
> --
> This e-mail and any attachm
I experimented once with a "chroot" environment as a way to have different
configurations on the same Linux machine. I found chroot to be more
complicated than I was ready to use at the time, but I believe it can be used
to provide different executable versions hosted over the same Linux kernel
I don't really use Maven that much but I do build Jenkins from time to time.
Jenkins has at least two ways of doing a Maven build.
1) If you choose a "maven2/3 project" type when creating a job,
Jenkins will not call mvn.bat when building. Instead it will load
Maven classes and call them directly
What type of slave is this? There are some tips and troubleshooting
advice in Jenkins wiki. Did you read them?
https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM
https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+JNLP
-- Sami
2012/2/15 Vin
2012/2/15 Dirk Kuypers :
> Running everything in one job is no alternative
> because it would take more than 2 hours until all the tests are ready.
OK. But you do know it is possible to run several builds of one job
concurrently? Check the "Execute concurrent builds if necessary" on
job configurat
Could you raise a bug report for the envinject component and attach your
job configuration file (config.xml)?
On Wed, Feb 22, 2012 at 9:37 PM, Brad wrote:
> I am having trouble getting the FSTrigger plugin to work. I am
> getting the following error:
>
> [FSTrigger] - Monitor files
>
> Polling
AFAIK such a variable does not exist but you can "cd .." starting from
$WORKSPACE and eventually you should get to the directory that has
slave.jar. I think that should be the directory that was configured as
remote root directory.
-- Sami
2012/2/16 Ringo De Smet :
>
>
> On 8 August 2011 23:54, J
I have a problem with Promoted builds and Naginator plugins.
I have a job JOB_A, which builds a software package. It triggers
JOB_B, JOB_C and JOB_D to test it. JOB_A is configured to be
automatically promoted when B, C and D pass. The software package is
fingerprinted in A, B, C, and D.
As it ha
Brian,
I found the solution. Thanks.
The solution is to add (uncomment) the line "PasswordAuthentication yes" in
/etc/ssh/sshd_config file of the ESXi server.
Thanks,
--Anthony
On Wed, Feb 22, 2012 at 1:28 PM, Brian J wrote:
> It's usually best in this case to check to see if you see anythin
On Wed, Feb 22, 2012 at 3:36 PM, Les Mikesell wrote:
> On Wed, Feb 22, 2012 at 3:29 PM, Andrew Melo
> wrote:
> >
> >
> > On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote:
> >>
> >> Funny... I just created a test job with one file parameter and
> >> triggered without specifying a file. The job
On Wed, Feb 22, 2012 at 3:29 PM, Andrew Melo wrote:
>
>
> On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote:
>>
>> Funny... I just created a test job with one file parameter and
>> triggered without specifying a file. The job ran fine and there was no
>> file in the workspace.
>>
>> I'm running J
On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote:
> Funny... I just created a test job with one file parameter and
> triggered without specifying a file. The job ran fine and there was no
> file in the workspace.
>
> I'm running Jenkins 1.451 on Mac OS X 10.7. My Jenkins is not wrapped
> in any
It's usually best in this case to check to see if you see anything in the
server (ESXi) side security/messages log.
If you don't see anything there, re-verify your connection information to
be sure that the connection was attempted, and ensure that there is no
firewall between jenkins and the SSH
On Wed, Feb 22, 2012 at 2:40 PM, Sami Tikka wrote:
> 2012/2/22 Les Mikesell :
>> On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote:
>>> When a build actually starts, it will check out whatever is the latest
>>> version at that moment in your version control.
>>>
>>
>> I thought someone said
AFAIK with the svn plugin it will checkout the revision from the date when the
build was started (or queued - not sure). If you want the latest revision, you
have to append @head to the repo url.
Am 22.02.2012 um 21:40 schrieb Sami Tikka :
> 2012/2/22 Les Mikesell :
>> On Wed, Feb 22, 2012 at
2012/2/22 Les Mikesell :
> On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote:
>>>
>> When a build actually starts, it will check out whatever is the latest
>> version at that moment in your version control.
>>
>
> I thought someone said this was different for parametrized builds but
> I didn't und
I am not able to configure the SSH plugin to connect to an ESXi 5.0
server (as well as some other hosts) as root user with the error
message “Can’t connect to server”.
There are some hosts that I am able to connect to without any
problems.
Is there something I need to configure in the ESXi server
I am having trouble getting the FSTrigger plugin to work. I am
getting the following error:
[FSTrigger] - Monitor files
Polling for the job Output-ICA
Polling remotely on **
Polling started on Feb 22, 2012 2:30:09 PM
[ERROR] - SEVERE - Polling error Current Project is null
All I have is
Funny... I just created a test job with one file parameter and
triggered without specifying a file. The job ran fine and there was no
file in the workspace.
I'm running Jenkins 1.451 on Mac OS X 10.7. My Jenkins is not wrapped
in any servlet container.
-- Sami
2012/2/21 Andrew Melo :
>
>
> On Mo
Sorry, but I am not able to check your servers clocks for you. You
really need to do it yourself.
-- Sami
2012/2/21 fiona :
> jenkins and svn repo server are in the same domain, the clock should
> be in sync, is it?
>
> On 2月21日, 下午1时37分, Sami Tikka wrote:
>> The fist thing you need to check wit
On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote:
>>
> When a build actually starts, it will check out whatever is the latest
> version at that moment in your version control.
>
I thought someone said this was different for parametrized builds but
I didn't understand it well enough to know it th
This appears to be the problem:
--
selenium.common.exceptions.WebDriverException: Message: 'The browser
appears to have exited before we could connect. The output was: Error:
no display specified\n'
--
Firefox, like all Unix GUI applications, requires the environme
Does anyone have suggestions for how to get Jenkins to make Linux
builds that don't match the stock system environment that
autoconf/configure would find? For example, if you want to have
multiple versions of boost installed and compile jobs that each need
some specific version.
--
Les Mikese
2012/2/22 fiona :
> I confused about svn revision policy in system configuratioin. my
> understanding as follows:
> queue time: if I set Poll CM to */10 * * * *,when ten minutes
> arrive,i.e. 10:50:40,my WC will update to the revision at the
> time ,even the build is waiting for long time in queue
You are right, the Matrix Projects configuration does the trick. Tx for the
hint! :-)
The only drawback with that approach is that I cannot just specify the
slave label that needs to be traversed. Instead I have to explicitly list
all the slaves that need to be visited by the admin task. This s
On Wed, Feb 22, 2012 at 1:37 PM, David Weintraub wrote:
> Our new Jenkins server has had all of its ports locked down. I mean
> practically every single one. I had to create a ticket to our techs to
> open the required ports.
>
> Unfortunately, I'm not 100% sure what I should ask for. I bet other
Our new Jenkins server has had all of its ports locked down. I mean
practically every single one. I had to create a ticket to our techs to
open the required ports.
Unfortunately, I'm not 100% sure what I should ask for. I bet other
people have been in this position too. So, what ports would you
re
Hi Steve,
On 21/02/2012 21:00, Steve Barnette wrote:
Build Virtual Builder
Python version - System
Nature - Shell
Command - /usr/bin/python2.7 selePy2.py
Don't specify the python path like this.
Use $PYTHON_EXE selePy2.py instead.
That said, what do the contents of se
can you run it from the command line on the slave? I usually do that
to troubleshoot config issues like this.
On Feb 21, 3:00 pm, Steve Barnette
wrote:
> Here's the config's and error messages I get when testing.
>
> FYI: The python source is the selenium's example from thier doc.
>
> In first t
In the SCM section on the job configuration, under the SVN, advanced you
have "excluded regions", "included regions" and a number of other settings.
This is in my versino of Jenkins (1.424.2) with the 1.37 version of the
subversion plugin installed.
Thanks,
Danny
On 22 February 2012 13:59, Chris
On 22/02/2012 10:46, danny staple wrote:
Can you use the "included regions" setting on the subversion config
Which subversion config are you referring to?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Hi All,
One of my jobs is chucking out what is supposed to be jUnit xml.
However, attempting to process this with the xUnit plugin (yes, using
the jUnit option!) ilicits:
"The result file '...' for the metric 'JUnit' is not valid".
Well, okay, but how can I find out what it is the plugin doe
Hi,
We have our own google app domain and using the openid plugin.
Currently we use the Project-based Matrix Authorization Strategy but I
have to add every single person to the list. Is it also possible to
use groups here? And if so how? I tried to use a common group everyone
is in for instance: j
Although it may be good to examine them and figure out which plugin they
were depending on and if you still need it first...
On 21 February 2012 23:52, Michael Higgins wrote:
> On Tue, 21 Feb 2012 13:59:11 -0800 (PST)
> mete wrote:
>
> >
> > Hello,
> >
> > I am using the LTS version (1.424.2).
Ok, with this POM modification it works, thanks!
I also filed the issue https://issues.jenkins-ci.org/browse/JENKINS-12853
Best regards,
Eric
-Ursprüngliche Nachricht-
Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]
Im Auftrag von Ullrich Hafner
Gesendet
Can you use the "included regions" setting on the subversion config to only
include that file when polling? That should save some of the ache. It would
still be nice if sparse checkouts were supported in jenkins too.
On 22 February 2012 09:38, Chris Withers wrote:
> On 22/02/2012 05:08, Jesse Fa
Ah, you are using the maven job type.
Here, Jenkins detects automatically which file is created. Since you did
not specify
true
my plug-in thinks that only the old findbugs.xml file is created. Can
you please add that to your pom and retry?
Also, please file an issue in our Jira. I need to impr
Hi,
Is there any way i can set the maven version as a param in job?
so who ever runs the job, can choose if to run it with mvn 2.2.1 or 3.0.3?
(currently optional only from the dropbox in the maven top level build option).
thanks,
Eyal.
On 22/02/2012 05:08, Jesse Farinacci wrote:
Greetings,
On Tue, Feb 21, 2012 at 12:30 PM, Chris Withers wrote:
How can I *just* checkout the Makefile and cpp folders and have those used
as the things that jenkins looks at for changes?
https://issues.jenkins-ci.org/browse/JENKINS-777
Damn. A
Sorry my fault.
Vladimir
On Feb 22, 10:34 am, zakyn wrote:
> Why any plugins is not at available plugin page and some month ago
> were there?
>
> THe problem is or example with Cppcheck plugin and others.
>
> Thanks.
>
> Vladimir
Why any plugins is not at available plugin page and some month ago
were there?
THe problem is or example with Cppcheck plugin and others.
Thanks.
Vladimir
Hm... I'm using the Maven2/3 job type, and I can't configure it.
Do I have to use the freestyle build and lose the nice features of the Maven2/3
job type?
Best regards,
Eric
-Ursprüngliche Nachricht-
Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]
Im Auft
54 matches
Mail list logo