Re: Issues with linux node

2017-06-29 Thread Stijn Diependaele
This is a groovy script I created to clean up the Xvnc display numbers without stopping jenkins. But it will also clean up numbers of still running jobs. https://github.com/sdiepend/jenkins-monitoring/blob/master/cleanXvncDisplayNumbers.groovy

Re: JDK Installer Groovy script

2016-06-30 Thread Stijn Diependaele
ut if you want I can have a look at it again, maybe I find it now. Op vrijdag 29 april 2016 17:03:50 UTC+2 schreef Stijn Diependaele: > > Dear, > > I'm trying to write a groovy script which manages the JDK installs. > > The code below would set the JDK installation with th

JDK Installer Groovy script

2016-04-29 Thread Stijn Diependaele
provide a code example? JDKDesc = Jenkins.instance.getDescriptorByName("hudson.model.JDK"); JDK jdk = new JDK("JDK 8", "/usr/lib/jvm/java-8-openjdk-amd64"); jdkDesc.setInstallations(jdk); jdks = jdkDesc.getInstallations(); jdkDesc.save(); Jenkins.instance.save

jenkins warnings plugin pclint linux

2014-01-15 Thread Stijn
odel.AbstractBuild$AbstractBuildExecution.post( AbstractBuild.java:706) 21 at hudson.model.Run.execute(Run.java:1703) 22 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 23 at hudson.model.ResourceController.execute(ResourceController.java:88) 24 at hudson.model.Executor.run

jenkins changelog

2013-09-12 Thread Stijn
hudson.model.ResourceController.execute&entity=method> at hudson.model.Executor.run(Executor.java:247) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> My cvs version is cvs --version Concurrent Versions System (CVS) 1.12.13-MirDeb

email-ext plugin

2013-08-06 Thread Stijn Deroo-Van Maele
interpreted and thus I get following as mail subject: pr_7315 - Build # 46 - Still Failing! <% def tr = build.testResultAction; if (tr?.failCount) { %>(${tr?.failCount} failures ${tr?.failureDiffString}) <% } %> Do I have to install an extra plugin for the groovy code to be interpret

cvs tagging before checkout

2013-06-03 Thread Stijn
the source files really needed for certain projects (and not all of the source code from a directory on). Kind regards, Stijn. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: cvs - invalid private key

2013-06-03 Thread Stijn
Ok. This is solved by creating new keys and converting the private key to OpenSSH format. Op woensdag 29 mei 2013 18:33:31 UTC+2 schreef Stijn het volgende: > > Hi, > > I try to use cvs with jenkins in Debian, but I'm unable to access the cvs > server. > > Build err

Re: cvs - invalid private key

2013-05-30 Thread Stijn
Hi, I tried to convert to openSSH key format, but puttygen disables the menu choice ">conversions>export openSSH key". Any idea? I'm quite sure Jenkins is pointing to the right ssh key. KR, Stijn. On Wednesday, May 29, 2013 6:33:31 PM UTC+2, Stijn wrote: > > Hi

Re: cvs - invalid private key

2013-05-29 Thread Stijn
borted]: or set the CVSROOT environment variable. If I check the CVSROOT variable in Jenkins, it is set like the command I use in the terminal, so this should be the same?! CVSROOTSDR@lx-cvs:/CVS/dev I still get the *invalid private key* error when I perform the build. Kind regards, Stijn

Re: cvs - invalid private key

2013-05-29 Thread Stijn
borted]: or set the CVSROOT environment variable. If I check the CVSROOT variable in Jenkins, it is set like the command I use in the terminal, so this should be the same?! I still get the *invalid private key* error when I perform the build. Kind regards, Stijn. Op woensdag 29 mei 2013

Re: cvs - invalid private key

2013-05-29 Thread Stijn
On Wednesday, May 29, 2013 6:33:31 PM UTC+2, Stijn wrote: > > Hi, > > I try to use cvs with jenkins in Debian, but I'm unable to access the cvs > server. > > Build error message: > > Started by user anonymous <http://localhost:8080/user/null> > Bu

cvs - invalid private key

2013-05-29 Thread Stijn
elf-gcc/arm-elf/bin/g++ U vcs/c/arm-elf-gcc/arm-elf/bin/gcc U vcs/c/arm-elf-gcc/arm-elf/bin/ld ^Ccvs [checkout aborted]: received interrupt signal cvs [checkout aborted]: received interrupt signal Why is Jenkins complaining my private key is invalid, while with the command line it works? Kind reg