jenkins docker images

2018-04-13 Thread Jens Löök
I'm looking at setting up Jenkins running in a docker container, I know that there are tons of information just a google search away but there is one thing I have not been able to figure out. As far as I can tell the official docker images can be found at https://hub.docker.com/r/jenkins/jenkin

Workflow: extract git revision and build a timestamp

2015-11-12 Thread Jens Wilke
evision' echo "Git revision ${rev11}" def stamp = new java.text.SimpleDateFormat('MMddHHmmss').format(new Date()) echo stamp ... } At least building the git revision seams quite complicated. It would be great when the git SCM plugin sets the revision as a var

Re: Reserve ext resource in workflow

2015-11-12 Thread Jens Wilke
Jenkins slave is just used as a control gate to the resource, and can run on the master itself. Cheers, Jens -- 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

Re: How to check the integrity of a jenkins.war download?

2015-11-12 Thread Jens Wilke
On Tuesday, November 10, 2015 at 2:25:00 PM UTC-8, Stephen Connolly wrote: > > $ jarsigner -verbose -certs -verify jenkins.war > Thanks Stephen! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

How to check the integrity of a jenkins.war download?

2015-11-10 Thread Jens Wilke
ere a way to download and check the integrity of Jenkins? Cheers, Jens -- 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 email to jenkinsci-users+unsubsc

Perforce plugin - use credential for p4 commands in the build step

2015-03-13 Thread Jens Brejner
After checkout from perforce with https://wiki.jenkins-ci.org/display/JENKINS/Perforce+Plugin I need to change a file during build, and submit the file after build. I had expected that the perforce connection and credentials was persisted in the build environment after scm checkout, but that is

node Launch command does not always finish

2014-10-08 Thread Jens
. And that is not so good since it keeps the node alive. Is it a bug? Why does this seem random? Is there a better way to shut down the node? eg. by an offline script? Regards, Jens Log when it fails: [10/08/14 14:12:40] Launching slave agent $ /var/lib/jenkins/slave.sh Creating instance Create

Re: PRQA Plugin

2013-03-26 Thread Jens Brejner
Hi Klaus. I have created the issue for you here: https://issues.jenkins-ci.org/browse/JENKINS-17372 Best regards Praqma Support On Tuesday, March 26, 2013 2:26:03 PM UTC+1, Kuhnert, Klaus (extern) wrote: > > Hi, > > > > I’ve updated to PRQA 1.2.0, since that I got following message: > > FA

grammos in help text

2013-03-22 Thread Jens Schweikhardt
hello, world\n Jenkins 1.506, under Jenkins>configuration>Restrict Project Naming s/user the choose/user to choose/ s/until the name confirms/until the name conforms/ Jens -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Jenkins CVS checkout creates world writable files

2013-03-21 Thread Jens Schweikhardt
Michael et al., On Mar 21, 2:45 pm, Michael Clarke wrote: > Which version of the cvs plugin are you using? 2.8 (upgraded from stock 1.6 as suggested by jenkins) Jens -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Jenkins CVS checkout creates world writable files

2013-03-21 Thread Jens Schweikhardt
ing has proper permissions when checked out manually by developers, even without anyone using CVSUMASK. I'm stumped. Someone please hit me with the clue bat. Regards, Jens -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Crash after update to 1.468

2012-06-12 Thread Jens Ritter
see https://issues.jenkins-ci.org/browse/JENKINS-14080 my shortterm-solution : complete disable security and LDAP ( in config.xml ). On Tuesday, June 12, 2012 9:09:42 AM UTC+2, MR wrote: > > I've got the same problem - currently testing with different > jenkins-versions -- but still the same

Cobertura plugin: Format of paths in coverage.xml

2012-06-11 Thread Jens Müller
is whether this should be an absolute or a relative path, and if the latter, relative to what. 2. For each "class" (file in my case), I have something like: . Again, should this be only a filename or a path. If it should be a path, relative to what? Thanks for your help! -- Jens

Multiple JUnit reporters

2012-05-22 Thread Jens Müller
Hi, it's easy to publish JUnit test results and get a nice chart. Is it possible to have, say, two groups of JUnit test results and capture them separately and accordingly get two charts? -- Jens