Re: Jenkins jobs on cifs mount drive

2017-01-25 Thread Christoph Nenning
You can modifiy your mount command to include uid of your local jenkins user: -o username="remote samba user",uid=local-jenkins-uid Regards, Christoph > From: jer...@bodycad.com > To: Jenkins Users , > Date: 24.01.2017 20:18 > Subject: Jenkins jobs on cifs

Re: Pipeline checkout poll argument

2017-01-25 Thread Christoph Nenning
Yes you are right :) When polling is set to true jenkins starts polling that url. First run must be triggered manually to get jenkins startig to poll. Regards, Christoph > From: jer...@bodycad.com > To: Jenkins Users , > Date: 24.01.2017 20:06 > Subject:

Re: Jenkins help

2017-01-05 Thread Christoph Nenning
Hi, this is probably what you need: https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache Regards, Christoph > From: KingTux > To: Jenkins Users , > Date: 05.01.2017 00:59 > Subject: Re: Jenkins help > Sent by:

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-02 Thread Christoph Nenning
Hi, > However, on the 5th step as per this blog we couldn't find the file > as /etc/sysconfig/Jenkins Whether that file is present depends on your linux disto and on how you installed jenkins. It is present under RedHat like distros and when you installed jenkins from rpm. Under debian

Re: Using FilePath to access workspace on slave in Jenkins pipeline

2016-12-21 Thread Christoph Nenning
Hi, have you tired the findFiles step? https://jenkins.io/doc/pipeline/steps/pipeline-utility-steps/#findfiles-find-files-in-the-workspace Regards, Christoph > From: Harsha Adiga > To: Jenkins Users , > Date: 20.12.2016 21:13 >

Re: Need info on Jenkins

2016-12-13 Thread Christoph Nenning
> I'm new to Jenkins and would like some quick answers before I start digging. > > 1- I want to use Jenkins as a framework for testing our Windows > Desktop applications (not web apps). Can I do so? I imagine I can. > Yes you can :) Jenkins basically just copies files and runs scripts. So

Re: Can I execute a script every time a build gets deleted?

2016-12-06 Thread Christoph Nenning
Hi, on linux this could be done with incron. Regards, Christoph > From: jleggett > To: Jenkins Users , > Date: 05.12.2016 20:35 > Subject: Can I execute a script every time a build gets deleted? > Sent by:

Re: Conditional BuildStep Plugin don't fail the build

2016-12-05 Thread Christoph Nenning
Hi, > there is a way to mark the build as failed? You could throw a (groovy) exception Regards, Christoph > From: Stefano Cognigni > To: jenkinsci-users@googlegroups.com, > Date: 05.12.2016 09:18 > Subject: Re: Conditional BuildStep Plugin don't fail the build >

Re: Jenkins Pipeline : How could I access the git repository cloned at job start

2016-12-05 Thread Christoph Nenning
Hi, > Where do you put this ws step ? You can put it at the beginning of your Jenkinsfile > My concern is how to benefit from the SCM schedule and checkout > phase made to retrieve the so called jenkinsfile, i.e. the script > (and possible libraries) that is executed to run the pipeline.

Re: Understanding the pipeline better

2016-12-02 Thread Christoph Nenning
Hi, > where would I store the Python script > files so that the pipeline portal could access them? > Would they be part of the git repository when I do my pull in the > scripts would become available and that manner? Yes, you put all of your code (including Jenkinsfile) in a git repository.

Re: How to download and view all previous artifacts from artifactory

2016-12-01 Thread Christoph Nenning
Hi, it seems to me that your WARs always have same filenames and when uploading them the old ones are overwritten in artifactory. Try adding version numbers or timestamps either to filenames or to artifactory directories. Another cause of that behavoir could be if you configured "Discard old