Is there a way to make jenkins serve up script generated pages?

2016-10-19 Thread Jonathan Hodgson
Okay, so here's the situation. I have build logs in xml format, and an sxlt file to convert them to nice pretty html. Currently the way I'm doing this is with an html and js file in userContent to apply the xslt on the client end, so I have a ;link on my build page that is

Multibranch Pipeline: GCC errors does not stand out

2016-10-19 Thread Sverre Moe
The Pipeline Stage View, show Logs It should show red color for those steps that has error, I have seen it on some occasions. However it does not highlight those steps that has gcc compile errors. Our developers opinion is that the Console output is difficult to parse. since all the paralell

store jenkins configuration of jenkins in git via script

2016-10-19 Thread touseef
i want to schedule a task in windows task scheduler that will take the backup of job config.xml and store it in git repo..Any idea how to do it -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: DON'T upgrade to Credentials plugin 2.1.7

2016-10-19 Thread Stephen Connolly
Did you grab the logs? The credentials plugin has nothing to do with login, so hard to see what could be the issue here especially without logs showing an exception On Wednesday 19 October 2016, Cody Konior wrote: > It killed my Jenkins instance. I had to revert (by

Re: DON'T upgrade to Credentials plugin 2.1.7

2016-10-19 Thread Stephen Connolly
I suspect this is https://issues.jenkins-ci.org/browse/JENKINS-36446 On 19 October 2016 at 08:20, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > Did you grab the logs? > > The credentials plugin has nothing to do with login, so hard to see what > could be the issue here especially

Re: emailext jelly template access changetSet

2016-10-19 Thread touseef
May be this code might helped u as i had similar requirement but i implemented it in groovy script <% changeSet = build.changeSet if (changeSet != null) { hadChanges = false %> Changes <% changeSet.each { cs -> hadChanges = true aUser = cs.author %> Commit ${cs.revision} by <%= aUser !=

Re: gitlab-plugin causing freestyle job configuration to crash

2016-10-19 Thread touseef
Can u install the one version less than the current installed version of *GITLAB,*to check whether the problem still exists for u. On Wednesday, 19 October 2016 15:17:53 UTC+5:30, Eddard wrote: > > -gitlab Version: 8.12 > -jenkins version: 2.16 > -gitlab-plugin version: 1.4.2 > > > > Everytime

gitlab-plugin causing freestyle job configuration to crash

2016-10-19 Thread Eddard
-gitlab Version: 8.12 -jenkins version: 2.16 -gitlab-plugin version: 1.4.2 Everytime we try to setup the triggers for the gitlabplugin (Build when a change is pushed to GitLab.) on a freestyle job and save it, the configuration fail with the following stack trace.

Re: Jenkins Master Goes to 100% (at random?)

2016-10-19 Thread touseef
you can increase the heap size in the jenkins config.xml file, that will increase the availability of heap size for jenkins ,this might help u.Other thing is u can ugrade to 2.7.4 latest stable version of jenkins On Tuesday, 18 October 2016 01:59:10 UTC+5:30, Eric Crahen wrote: > > Hi, > >

Re: Multibranch Pipeline Not Honoring Git Timeout During Branch Indexing

2016-10-19 Thread Haoran Liang
I am seeing the same error here. I have tried multiple things, including the jvm argument, and it doesn't work.. Have you found a solution? On Friday, October 14, 2016 at 9:37:12 PM UTC+8, David Johnson wrote: > > Hey all, > > I am trying to set up a multibranch pipeline job against a fairly

Re: Accessing jenkins.model.Jenkins class from Custom Jars in Jenkins env.

2016-10-19 Thread touseef
import hudson.model.* It worked fine for me in my groovy scripts and i was able to able use access jenkins classes.Can i know which version of jenkins are you using.As far i now in jewnkins 2.7.4 ,there are some security updates On Tuesday, 18 October 2016 01:10:01 UTC+5:30, ZT wrote: > >

Re: Loosing All jobs after upgrade

2016-10-19 Thread Slide
You probably want to look at the Jenkins logs and see why they are not loading. There are probably some errors in there that would give you a clue as to what the issue is. On Wed, Oct 19, 2016, 16:57 Azi wrote: > Hi, > > We have lost all jobs created 3 years ago after

Loosing All jobs after upgrade

2016-10-19 Thread Azi
Hi, We have lost all jobs created 3 years ago after upgrading to 2.19.1, We have updated Jenkins one month ago to the latest version available at that time without any issue ( not sure about the version number) so we thought it should be fine to upgrade to 2.19.1 but we have lost all jobs.

Re: Is there a way to make jenkins serve up script generated pages?

2016-10-19 Thread Jonathan Hodgson
On Thursday, October 20, 2016 at 12:13:01 AM UTC+1, Teichner Peter wrote: > > On Linux you have a tool called xsltproc which basically does the > transformation. Assuming your Jenkins is Windows you could get something > similar I'm sure. > > To display the HTML there is a plugin for Jnkins

Re: [ANN]: Ask the Experts Booth at Jenkins World

2016-10-19 Thread Martin d'Anjou
Hi Alyssa, Do you know where to find the GSoC lightning talk #2 (right after Oleg, by Alex?) Thanks, Martin -- 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

Re: DON'T upgrade to Credentials plugin 2.1.7

2016-10-19 Thread Cody Konior
Unfortunately no, I'm still pretty new and didn't know what to include. I did do due diligence restarting multiple times, replacing old and new plugin and seeing it fail every time on the old one. But later in the day I must have upgraded again and with no ill effects. So apologies for the

Re: Is there a way to make jenkins serve up script generated pages?

2016-10-19 Thread Teichner Peter
On Linux you have a tool called xsltproc which basically does the transformation. Assuming your Jenkins is Windows you could get something similar I'm sure. To display the HTML there is a plugin for Jenkins that will let you link in static pages to the job Get Outlook for

Re: What/How to put in Git > Repository Url

2016-10-19 Thread fais
I dont think due to that extra ':' sign because usually i able to clone with that url. Somehow i think i miss something during jenkins installation or somehow there is some setting or configuration to be made when using Git in Jenkins. On Thursday, 20 October 2016 11:56:02 UTC+8, Mark Waite

Re: Loosing All jobs after upgrade

2016-10-19 Thread touseef
In job folder ,are the config.xml files present? if so take a back of the config files first and then try to install the previous version of the jenkins you were using. On Thursday, 20 October 2016 06:08:51 UTC+5:30, slide wrote: > > You probably want to look at the Jenkins logs and see why

Jenkins with Docker

2016-10-19 Thread erick . kendall
I can launch a Docker container with Jenkins but I still have to login to the Jenkins URL and perform the final steps of adding plugins. Does anyone know how to install or script in a way that doesn't require these manual steps? -- You received this message because you are subscribed to the

Stage View Disappears Completely - missing xml file in workflow folder

2016-10-19 Thread cchapman
After restarting jenkins (no jobs were running), my stage view disappeared. When I go to the ajax page, I'm getting: Caused by: java.lang.IllegalStateException: Could not load matching start node: java.io.IOException: java.util.concurrent.ExecutionException: java.io.FileNotFoundException:

Re: emailext jelly template access changetSet

2016-10-19 Thread jerome
I haven't tested this yet, but does this groovy template work into a pipeline? we used to have a groovy template like this before that did exactly what you propose. Since I wasn't sure how to select the groovy script (now I do, thanks to someone on this forum) and found how to use a jelly

Re: Log Parser Plugin Parser Rules Questions

2016-10-19 Thread Bubunia Patra
Thanks a lot Rachel thats really helped. I could see a interesting problem when there are JUNIT failures and so the build failed. But the "Parsed Console Output" captured only this ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?

Re: Jenkins with Docker

2016-10-19 Thread nicolas de loof
RTFM :P https://github.com/jenkinsci/docker#preinstalling-plugins 2016-10-19 15:47 GMT+02:00 : > I can launch a Docker container with Jenkins but I still have to login to > the Jenkins URL and perform the final steps of adding plugins. > > Does anyone know how

jenkins github disable build on tag push/delete

2016-10-19 Thread constellate9
I configured Jenkins to build on Github pushes. refspec: default branch specifier: ** I also enabled the option to build on every github push. I see that it only pulls my branches and not tags, but any time I add/delete a tag it triggers a build with the latest revision (not even the

Re: Jenkins parameters passed to HP UFT

2016-10-19 Thread Initha Sharavanan
I too have the same issue..can someone pls help On Wednesday, June 10, 2015 at 5:12:24 PM UTC+5:30, Siphenkosi Filtane wrote: > > Hi > This helped me; > > http://mobilecenterhelp.saas.hp.com/en/latest/mobilecenter_help/Content/mobile_on_UFT_Jenkins_integ.htm > > On Friday, February 13, 2015 at