Hi,
I think I'm running into the issues described in JENKINS-6681[1], however I
have slightly different problem. As described in the issue if I run mvn
clean deploy site on a multi module project the link gives 401 and there is
no way to get to the combined reports. After that I splitted the goals
I suspect it is
https://issues.jenkins-ci.org/browse/JENKINS-15156
Builds disappear from build history after completion
Regards
Richard
On 06/02/2013 05:18, Daniel Becroft wrote:
Further information: Restarting Jenkins makes the builds display again,
but that's not an ideal solution. There is
Hi,
Thank you Nicolas for your answer,
But, in my case, wouldn't the sources code retrieval be affected the same
as using a simple svn client ? I mean since checkout does not work from the
slave because SSL is disabled, this should be the same using svnkit ??
Regards
Mehdi
--
You received t
2013/2/5 Les Mikesell :
> On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal wrote:
>> Is there any way to perform an unique checkout to workspace?
>
> Multi-configuration jobs are generally used to build in parallel
> across a different set of platforms or environments. If your job is
> just one s
2013/2/6 Fernando Cerezal
> 2013/2/5 Les Mikesell :
> > On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal
> wrote:
> >> Is there any way to perform an unique checkout to workspace?
> >
> > Multi-configuration jobs are generally used to build in parallel
> > across a different set of platforms or
On Wed, Feb 6, 2013 at 6:44 AM, Fernando Cerezal wrote:
>
>>> Is there any way to perform an unique checkout to workspace?
>>
>> Multi-configuration jobs are generally used to build in parallel
>> across a different set of platforms or environments. If your job is
>> just one set of serialized st
I've not found a way to define a job which will run on all build slaves and
which adapts automatically to the addition and removal of slaves.
My technique has been to define a multi-configuration job and individually
select each node which should execute the job.
Mark Waite
>___
Hi,
Is it possible to suppress the 'changes' and 'all changes' links on jobs
that don't use a Source Code Management utility to monitor for changes.
I have a number of scheduled jobs that don't monitor or use SCM from within
Jenkins.
I'd like to be able to hide these links that serve no purpose
We have the same problem with maven 2.2.1 and Jenkins 1.485
On Monday, February 13, 2012 3:34:58 PM UTC, Daniel Spicar wrote:
>
> Hi,
>
> I tried to search but didn't find anything on this issue.
>
> I have an issue where a Jenkins maven job only builds those downstream
> projects that have tha
2013/2/6 Les Mikesell :
> On Wed, Feb 6, 2013 at 6:44 AM, Fernando Cerezal wrote:
>>
Is there any way to perform an unique checkout to workspace?
>>>
>>> Multi-configuration jobs are generally used to build in parallel
>>> across a different set of platforms or environments. If your job is
>
2013/2/6 nicolas de loof :
>
> 2013/2/6 Fernando Cerezal
>>
>> 2013/2/5 Les Mikesell :
>> > On Tue, Feb 5, 2013 at 6:33 AM, Fernando Cerezal
>> > wrote:
>> >> Is there any way to perform an unique checkout to workspace?
>> >
>> > Multi-configuration jobs are generally used to build in parallel
>>
On Wed, Feb 6, 2013 at 8:46 AM, Fernando Cerezal wrote:
>>>
>>> Really, there are several projects, with their own tests each one, but
>>> all of them are folders of the same svn repository.
>>
>> That doesn't quite mesh with the description of each one needing
>> access to the others contents.
>
What does it mean when you say "SSL is disabled"? How can you disable SSL? You
have blocked access to SVN server port 443?
-- Sami
Mehdi Hayani Soujaa kirjoitti 6.2.2013 kello 13.25:
> Hi,
>
> Thank you Nicolas for your answer,
>
> But, in my case, wouldn't the sources code retrieval be a
On Wednesday, February 6, 2013 1:57:02 AM UTC-5, Kenneth Nielsen wrote:
>
> Hi all,
>
> We have just upgraded some 3rd party libraries we use.
> I would like a Jenkins job to pull them from subversion onto all our
> windows build slaves.
> I have them grouped under a label.
>
> thanks
> kenneth
Hi folks,
I am getting repeated crashes of my jenkins master, when I view console
logs of builds run on slaves.
It happens often, but not every time.
I logged an issue https://issues.jenkins-ci.org/browse/JENKINS-16528, but I
am unsure on what other info I can gather.
I am on Windows Server 200
Hey everyone,
Sorry for resurrecting that thread, but are there any solutions for
this problem? It's basically killing our instance often.
best,
Andrew
On Wed, Aug 1, 2012 at 11:47 AM, Andrew Melo wrote:
> Oh, wow, I didn't notice, but jenkins has autopopulated a user for
> everyone that ever c
Are there any errors/exceptions in Jenkins log files or stdout/stderr?
-- Sami
Andrew Melo kirjoitti 6.2.2013 kello 22.13:
> Hey everyone,
>
> Sorry for resurrecting that thread, but are there any solutions for
> this problem? It's basically killing our instance often.
>
> best,
> Andrew
>
>
Ok, thanks for the update.
On Tuesday, February 5, 2013 7:47:03 AM UTC-6, Nicolas De loof wrote:
>
> so, you are running a meta-flow plugin !
> there is no short term plan for the build-flow plugin to offer this level
> of flexibility. I plan to make the DSL source an extension point, so user
We need more details to help you.
What type of job have you created?
How exactly are you executing phpunit? What is the build step you use? Shell,
CMD, something else?
Can you show us the exact command or configuration?
More information is better than less.
-- Sami
Adam Tong kirjoitti 5.2.2
I have developed instructions on how to set up Jenkins from scratch if our
Jenkins would catch fire and burn to the ground.
I have also used the instructions to set up a 2nd Jenkins to run a newer
version of Jenkins before upgrading.
You need the jenkins.war, the plugins, the global config.xml
Also can look into Jenkins Job Builder to put your job configuration under
version control. And I second the cli for plugin loading, can load them all
with one command you could put in version control. Then you just need the war
and the global config.
https://github.com/openstack-infra/jenkin
You could also go the other way around and use whatever configuration
management tool you use (like puppet) to provision your jenkins
instances.
On Wed, Feb 6, 2013 at 3:21 PM, William Soula
wrote:
> Also can look into Jenkins Job Builder to put your job configuration under
> version control. A
After further investigation and log inspection, it looks like HOSTNAME
doesn't get set in the remote shell used to run the slave. I'm assuming
it's because the shell is started in non-interactive mode.
As a workaround, we are manually defining HOSTNAME as an environment
variable in the slave co
Matteo Centonza kirjoitti 5.2.2013 kello 10.45:
> But in case of master failure, even if running on slaves machines perfectly
> fit, jobs would be abrouptly stopped just because master <-> slave channel
> is interrupted.
Yes, if the master or slave breaks, you will always get a failed build. Th
On 04 Feb 2013, at 5:38 PM, Graham Leggett wrote:
> Is there a way to get rid of svnkit entirely? In our case the native svn
> client works fine, we don't need this second client, it doesn't seem to work
> properly with digital certificates and/or SNI and has no error handling at
> all.
To th
On Mon, Jan 28, 2013 at 9:00 PM, Adam Mercer wrote:
> That sounds like a reasonable explanation. Is there a way I can have a
> separate workspace for polling, so that this doesn't block?
Just to close the loop on this, I set a custom workspace for this
project and this allowed multiple jobs to b
You should setup single Jenkins master with 0 executors. Individual
departments would just manage slaves.
This way all build information is gathered on master.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and
27 matches
Mail list logo