Re: Unable to upgrade Jenkins with exception Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

2019-02-18 Thread 'Jenkins User' via Jenkins Users
Hi Ivan, Thanks for responding. But none of the Jenkins UI load. I cannot access them. Any other suggestions? On Monday, February 18, 2019 at 12:11:53 PM UTC-6, Ivan Fernandez Calvo wrote: > > If you have access to the UI, you could check the warning and errors that > appear in the page mana

Unable to upgrade Jenkins with exception Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

2019-02-17 Thread 'Jenkins User' via Jenkins Users
Hi All, I spent quite some time trying out different things to resolve this exception. Therefore putting the info here. I'm trying to upgrade Jenkins from 2.1.21.2 to 2.150.3 (latest LTS). But Jenkins fails to list the jobs. The process is still running but I don't see any jobs on the UI. I als

HTTP2 support

2018-10-15 Thread Jenkins user
Hello, I am trying to enable HTTP2 in a Windows machine with Jenkins 2.138.2 (Comes with JRE 1.8.144). I followed the instructions from https://wiki.jenkins.io/display/JENKINS/Starting+and+Accessing+Jenkins and https://github.com/jenkinsci/winstone/blob/master/README.md#http2-support and added --

Re: Jenkins API resulting in HTTP ERROR 404

2018-03-28 Thread 'Jenkins User' via Jenkins Users
FYI, this issue was due to restricted permission for the user. After relaxing the permission API call worked as expected. Thanks! On Wednesday, March 28, 2018 at 4:55:55 PM UTC-5, Jenkins User wrote: > > Hi All, > > I'm using Jenkins 2.89.4. > > I'm making an API c

Jenkins API resulting in HTTP ERROR 404

2018-03-28 Thread 'Jenkins User' via Jenkins Users
Hi All, I'm using Jenkins 2.89.4. I'm making an API call using /usr/bin/curl -X GET -k --cookie `cat cookie.txt` https://JENKINS_URL/job/MYJOBNAME/lastCompletedBuild/api/xml/ --user usr:token But it is resulting in 404 error like below Error 404 Not Found HTTP ERROR 404 Problem

Re: Jenkins view frame not loading

2018-03-20 Thread 'Jenkins User' via Jenkins Users
Yep, that fixed it. Thanks so much for looking at this issue. On Tuesday, March 20, 2018 at 9:03:47 PM UTC-5, Daniel Beck wrote: > > > > On 21. Mar 2018, at 02:40, 'Jenkins User' via Jenkins Users < > jenkins...@googlegroups.com > wrote: > > > > S

Re: Fndbug email template - build.changeSet is null

2016-06-07 Thread Jenkins User
: > > Have you tried using the template debugging available on the left side > when you go to a job? It allows you to specify the template to use and you > can change it and see what the changes do. > > On Tue, Jun 7, 2016 at 2:07 PM Jenkins User > wrote: > >> I have

Fndbug email template - build.changeSet is null

2016-06-07 Thread Jenkins User
I have recently upgraded jenkins to latest version 1.6. Change set section is not displaying as build.changeSet is null even though Polling logs say that changes found. Is there any setting that I have missed while setting up findbugs for my project?

Re: Jenkins 2.0 alpha release available

2016-04-09 Thread jenkins user
I installed it to a Windows box via the msi package. When I try to access it via the browser, it's asking me about the username and password (basic authentication prompt). What are the credentials? On Tuesday, March 1, 2016 at 1:39:22 AM UTC+2, R Tyler Croy wrote: > > As I mention in this blog p

Running a command before running post build task

2013-01-15 Thread Jenkins-user
Hi folks, I use post build tasks to run some cleanup jobs, the problem is that post build task is invoked after the current processes are aborted by Jenkins, is there a plugin or workaround to run a script/command as part of post build task before the process is actually aborted. thanks, Prave