Re: Console full log is truncated

2018-12-11 Thread jungho
Oh, it looks like that. I can see the same errors from the system log: java.lang.IndexOutOfBoundsException at hudson.MarkupText.rangeCheck(MarkupText.java:276) at hudson.MarkupText.addMarkup(MarkupText.java:270) at hudson.plugins.ansicolor.ColorConsoleAnnotator$1EmitterImpl.emitHtml(ColorConsoleA

Re: New Jenkins server and BlueOcean won't load

2018-12-11 Thread MDKF
It doesn't open in any browser. On Tuesday, December 11, 2018 at 5:00:02 AM UTC-5, Pranav Kv wrote: > > Remove cache in ur browser and try.. Hope, that will be resolve issues. > > Pranav KV > > On Tue, 11 Dec 2018, 1:09 am MDKF > wrote: > >> HI, >> I just setup a new Jenkins instance and insta

Re: java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile

2018-12-11 Thread Devin Nusbaum
What version of Java are your CentOS7 agents using? Those kind of errors can occur if the version of Java on the master and agents do not match. You must use Java 8 for Jenkins 2.60 and newer (we are still working on supporting newer Java versions), so if your CentOS7 agent is running Java 9+ it

Re: java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile

2018-12-11 Thread Brent Harsh
I hate to add a "me too" - but we're seeing this exact same thing with our first CentOS7 slave. Our jenkins master is running 2.155 on a CentOS5 base. It runs mock C5 builds right on itself, but has no problem connecting to another CentOS5 slave to build android stuff (and has connected to win

Re: Kubernetes Plugin - How to configure service account when master is not deployed in K8S?

2018-12-11 Thread andretmcarmo
Hi Carlos, Thank you for your response. Could you elaborate a bit more, like giving me an example? Like I said before, I couldn't get it to work. I just pasted the token after base64 decoding it. I receive a 401 while doing a curl with the same token value works properly. Thank you very much

Re: Kubernetes Plugin - How to configure service account when master is not deployed in K8S?

2018-12-11 Thread Carlos Sanchez
secret text it is On Tue, Dec 11, 2018 at 7:49 AM wrote: > Hello all, > > I'm having issues with the Kubernetes Plugin: > https://github.com/jenkinsci/kubernetes-plugin > > I configured it successfully with Minikube, but once I moved to a real > cluster, I couldn't make it work. The plugin docum

Kubernetes Plugin - How to configure service account when master is not deployed in K8S?

2018-12-11 Thread andretmcarmo
Hello all, I'm having issues with the Kubernetes Plugin: https://github.com/jenkinsci/kubernetes-plugin I configured it successfully with Minikube, but once I moved to a real cluster, I couldn't make it work. The plugin documentation assumes we are deploying the Jenkins master in the same K8S

Re: Kubernetes Plugin - Fails When Executing Commands on Second Container

2018-12-11 Thread Carlos Sanchez
I would rollback to 1.13.5 for now then On Tue, Dec 11, 2018, 00:49 Simon Young wrote: > Hi Carlos, > > Thanks for the suggestion. I have tried changing the "Max connections to > Kubernetes API" and this does have an effect, but not in a way I'd > expect... I've found that if I change that value

RE: Console full log is truncated

2018-12-11 Thread Reinhold Füreder
Hello, just a naive guess: it might be due to https://issues.jenkins-ci.org/browse/JENKINS-54752 or Ansi-Color plugin v0.6.0? HTH Reinhold -- You received this message because you are subscribed to the Goo

Jenkins pipeline is not showing changelog when checking out and building from CVS

2018-12-11 Thread abhi .k.b
Jenkins pipeline is not showing changelog when checking out and building from CVS, can anyone provide me the syntax as my snippet generator is not working either checkout scm: [$class: 'CVSSCM', canUseUpdate: true, checkoutCurrentTimestamp: true, cleanOnFailedUpdate: true

Re: New Jenkins server and BlueOcean won't load

2018-12-11 Thread Pranav Kv
Remove cache in ur browser and try.. Hope, that will be resolve issues. Pranav KV On Tue, 11 Dec 2018, 1:09 am MDKF HI, > I just setup a new Jenkins instance and installed BlueOcean. Jenkins > works fine, but when clicking any link into BlueOcean, the blue progress > bar moves most of the way,

Re: Kubernetes Plugin - Fails When Executing Commands on Second Container

2018-12-11 Thread Simon Young
Hi Carlos, Thanks for the suggestion. I have tried changing the "Max connections to Kubernetes API" and this does have an effect, but not in a way I'd expect... I've found that if I change that value in any way at all (either increase or decrease), then the next build always passes, and all su