Re: Remove old agent protocols?

2020-01-10 Thread Oleg Nenashev
Some updates here: - The deprecated protocols were removed in Remoting 3.40 . Jenkins agents will not longer support these protocols - On the master side, the changes were integrated towards Jenkins 2.214 weekly. E

Re: Changes not being displayed on jenkins build summary and in email body

2020-01-10 Thread Dominic Espiritu
Thanks Björn Pedersen, this is now working properly. :-) On Thursday, 9 January 2020 22:59:08 UTC+8, Dominic Espiritu wrote: > > On my jenkins Job (type of pipeline), I use gerrit-trigger and on the > pipeline script definition I run "git fetch --tags --progress -- > ${PROJECT_URL} ${GERRIT_RE

Jenkins is not starting when i install Environment Injector Plugin using manage plugin

2020-01-10 Thread Rakesh Singh
Hi All, I am facing some issues when i start the jenkins for maven project. I have install the Environment Injector Plugin using manage jenkins and restart the jenkins. i have found these error: java.lang.NoSuchMethodError: jenkins.model.Jenkins.getActiveInstance()Ljenkins/model/Jenkins; at or

Re: Jenkins is not starting when i install Environment Injector Plugin using manage plugin

2020-01-10 Thread Mark Waite
You didn't provide enough information for others to provide effective help. Some of the questions you need to answer before others can help you are things like: - What version of Jenkins are you using? If it is older than Jenkins 1.590, then the getActiveInstance method did not yet exist.

Jenkins build status always shows success

2020-01-10 Thread Vijay Gongle
Hello, This is something weird I started seeing from past 2 days. No matter what or how many errors you have in console output, it shows the results as “success” and green and never marks the status “failed” at the end. This job has been working fine for months. I created a new job with simila

Re: Jenkins build status always shows success

2020-01-10 Thread RAJENDRA PRASAD
Could you please elaborate on what kind of project you are running? Running from Bash Shell of Jenkins build step or batch file? i *Rajendra Prasad Reddy Penumalli* On Sat, 11 Jan 2020 at 02:53, Vijay Gongle wrote: > Hello, > This is something weird I started seeing from past 2 days. No matt