C# .NET with jenkins v 2.5 how?

2016-05-19 Thread Kenneth Nielsen
HI all, I am trying to set up a jenkins server for on my job. we use C#, where do I find a good introduction to C#/.NET with the new version 2.5 of Jenkins ( we are currently using perforce as version control. I would really like to move to Git, but gotta convince the others.. ) thanks Kenneth

Jenkins P4 plugin problem

2016-01-20 Thread Kenneth Nielsen
Hi gurus I am trying to introduce Jenkins at my workplace. We use Perforce as version control. I have installed the p4 plugin. My job currently only tries to get the files, and it fails: It appears that I cannot login to the version control. I cannot find where to put the server name for the p

Jenkins empties folders sometimes?? - why

2013-03-08 Thread Kenneth Nielsen
Hi there, I've setup Jenkins to run on some virtual clients. I monitor subversion, and can get source from that. but sometimes Jenkins (or something else) deletes the folders on my virtual PC. causing Jenkins to need a full checkout. Has anyone run into that behavior before? thanks for any ti

Re: how to trigger one job if two other succeeds?

2013-02-22 Thread Kenneth Nielsen
> > I believe that is the case. Otherwise there is no point to mention second > build if we do not care if it builds or fails. > > > > On 22 February 2013 09:24, Kenneth Nielsen > > wrote: > >> But will that only trigger if both are succesfull? >> >> Den f

Re: how to trigger one job if two other succeeds?

2013-02-22 Thread Kenneth Nielsen
But will that only trigger if both are succesfull? Den fredag den 22. februar 2013 09.16.57 UTC+1 skrev Peter Miklosko: > > Build Trigger for Build after other projects are built just add name of > both project separated by comma and you done. > > Peter > > On 22 Februar

how to trigger one job if two other succeeds?

2013-02-21 Thread Kenneth Nielsen
Hi all, I have a myriads of small jobs in Jenkins, to get fast feedback for my projects. And I have two big ones, one that build a server, and one that does the client. I want my installer build to be triggered if both are succeeding - how do I do that? some job triggering logic like Job1 &&

fails checkuot /update from subversion

2013-02-10 Thread Kenneth Nielsen
Hi all, Jenkins fails when checking out / updating to head subversion, it used to work nicely. Can anyone give me a clue about why this happens? ERROR: Failed to check out svn://freebee.capres.local/microrsp/trunkorg.tmatesoft.svn.core.SVNException

how to ensure a job executes on all slaves.

2013-02-05 Thread Kenneth Nielsen
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 -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Todo notes on a jekinsjob - any add-ins?

2013-01-24 Thread Kenneth Nielsen
Hi all, I am in the process of setting up Jenkins on our system. And want to stick a note on the different jobs, can that be done in a smart way? I want the note to be for each job, but not necessarily stored and published as it would be if i put it in a jobs description. thanks kenneth

Re: Copy Artifact from other job fails

2012-12-18 Thread Kenneth Nielsen
I mean how to get the assembly in place, now I 'only' need to compile project b successfully. Den tirsdag den 18. december 2012 16.46.55 UTC+1 skrev Kenneth Nielsen: > > figured it out my self. ;-) > > Den tirsdag den 18. december 2012 16.37.47 UTC+1 skrev Kenneth Nielsen:

Re: Copy Artifact from other job fails

2012-12-18 Thread Kenneth Nielsen
figured it out my self. ;-) Den tirsdag den 18. december 2012 16.37.47 UTC+1 skrev Kenneth Nielsen: > > Hi all, > > I have a job building a C# assembly named 'a.dll', when I succeed with the > build, I have Archive the artifacts a.dll and a.pdb for use in another job

Copy Artifact from other job fails

2012-12-18 Thread Kenneth Nielsen
Hi all, I have a job building a C# assembly named 'a.dll', when I succeed with the build, I have Archive the artifacts a.dll and a.pdb for use in another job named b. job a - post build step ยค Archive artifacts. Files to archive: a.* In b I have a copy artifacts task from another project setup

Copy Artifacts on slave fails

2012-12-16 Thread Kenneth Nielsen
Hi All, I have to jobs running on the same slave. they build a C# dll and exe. job 1: - get latest from svn - build - archive artifacts. - trigger job 2 On the first job, after building the dll, I archive the artifacts it has build "src/MicroRSP/Release/XYZ.Shared.*" On the jobs p