Re: Regarding unable to view the jobs in jenkins

2023-03-31 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 31.03.2023 um 16:02 +0800 schrieb Ashok Reddy: I have installed the jenkins latest version as 2.387.1 and configured the java8, which is used in our applications. But, I have been facing the following issue: Any chance you're using the "Matrix Authorization Strategy Plugin" and

Re: Regarding unable to view the jobs in jenkins

2023-03-31 Thread Ashok Reddy
Hi All, I have installed the jenkins latest version as 2.387.1 and configured the java8, which is used in our applications. But, I have been facing the following issue: Can you please help me? I have been stuck on this issue since last week. Note: PFA On Tue, Mar 28, 2023 at 4:55 PM Ashok Reddy

Re: Regarding unable to view the jobs in jenkins

2023-03-31 Thread Ashok Reddy
On Thu, Mar 23, 2023 at 7:27 PM gaurav thosani wrote: > Could you share some more details about the issue at hand with following > questions answered > > 1 - the job is not visible when you visit your Jenkins url only ? : Not > like that If i go to specific view , I could n't be able to see the j

Re: Regarding unable to view the jobs in jenkins

2023-03-30 Thread nick.sorokin via Jenkins Users
Hi Ashok, From my experience the java.lang.NoSuchMethodError exception is usually thrown when Java classpath contains incompatible modules and this is caused by configuration error, e.g. two different versions of the same package are present. To troubleshoot this I need the following info (un

Re: Regarding unable to view the jobs in jenkins

2023-03-30 Thread Ashok Reddy
Hi Nick, I have upgraded the jenkins version to 2.387.1 and am using java8 for building our applications. I have been facing the following issue: *java.lang.NoSuchMethodError: org.kohsuke.groovy.sandbox.SandboxTransformer.mightBePositionalArgumentConstructor(Lorg/codehaus/groovy/ast/expr/Variable

Re: Regarding unable to view the jobs in jenkins

2023-03-29 Thread 'Nikolay Sorokin' via Jenkins Users
Hi Ashok, To find the answers to the questions asked by your boss I would like to have more details about your Jenkins environment, both for 2.176.1 version and the version you are testing. The initial information I'll be looking for include: - what operation system is used for both instances

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 29.03.2023 um 09:46 +0800 schrieb Ashok Reddy: why another jenkins instance Nobody told you so. They all told you to update your old Jenkins, right from the beginning. However, it might be a good idea to first clone your existing setup (It's a VM, isn't it?) and test the update

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread Ashok Reddy
Hi Nick, We are using another jenkins instance, which is 2.176.1 version and it is running fine but not sure why this one has been facing issues. Note: I have already highlighted the issue, which you have suggested to my boss, but he is asking the question why another jenkins instance, which is w

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread Ashok Reddy
Hi Nick, Noted and thanks for your help. On Tue, 28 Mar 2023 at 9:46 PM, nick.sorokin via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Ashok, > > Jenkins 2.176.1 require Java 8 for its operation - using Java 11 may not > be fully supported. > > If your application require Java 8, t

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread nick.sorokin via Jenkins Users
Ashok, Jenkins 2.176.1 require Java 8 for its operation - using Java 11 may not be fully supported. If your application require Java 8, ten you can install latest Jenkins that run on Java 11 and install Java 8 as additional tool. When you configure the build for your application you should se

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread Ashok Reddy
I have tried to install the jenkins 2.176.1 version with java 11 but could not be able view the jobs, which are associated with views On Tue, 28 Mar 2023 at 4:55 PM, Ashok Reddy wrote: > > Hi Dirk, > > Noted with thanks. > Is it okay to install jenkins2.176.1 with java11 ? > > On Tue, 28 Mar 20

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread Ashok Reddy
Hi Dirk, Noted with thanks. Is it okay to install jenkins2.176.1 with java11 ? On Tue, 28 Mar 2023 at 4:13 PM, nick.sorokin via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Jenkins indeed requires Java11 at least but it also allows to install any > addtional Java versions that are

Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread nick.sorokin via Jenkins Users
Jenkins indeed requires Java11 at least but it also allows to install any addtional Java versions that are supported by the system the build is running on. The page https://www.jenkins.io/doc/administration/requirements/java/ explains the Jenkins requirements for Java. If you experience the pro

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread Ashok Reddy
Okay Dirk On Tue, 28 Mar 2023 at 2:13 PM, 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Am Dienstag, dem 28.03.2023 um 13:10 +0800 schrieb Ashok Reddy: > > I have installed the jenkins.war as 2.387.1, which is the latest one and > tried to run using java8 but i

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 28.03.2023 um 13:10 +0800 schrieb Ashok Reddy: I have installed the jenkins.war as 2.387.1, which is the latest one and tried to run using java8 but it throws error like the java8 is not supported for this latest version. Yes, you need to run it on at least Java 11. Bye...

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread Ashok Reddy
On Tue, 28 Mar 2023 at 1:10 PM, Ashok Reddy wrote: > Hi Nick, > > Thanks for your reply. > > I have installed the jenkins.war as 2.387.1, which is the latest one and > tried to run using java8 but it throws error like the java8 is not > supported for this latest version. > > On Tue, 28 Mar 2023

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread Ashok Reddy
Hi Nick, Thanks for your reply. I have installed the jenkins.war as 2.387.1, which is the latest one and tried to run using java8 but it throws error like the java8 is not supported for this latest version. On Tue, 28 Mar 2023 at 1:53 AM, 'Nikolay Sorokin' via Jenkins Users < jenkinsci-users@g

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread 'Nikolay Sorokin' via Jenkins Users
Ashok You need to distinguish Java that is used to run Jenkins and Java that is used to build your applications - these do NOT require to be the same. That means that you can install newer Jenkins , e.g.2.387.1 (as recommended) and still use your Java 8 for applications Regards, Nick On

Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread 'Björn Pedersen' via Jenkins Users
ashok...@gmail.com schrieb am Montag, 27. März 2023 um 08:56:17 UTC+2: ErrorNote: My mgmt suggested me to use jenkins 2.176.1 version and do not upgrade. Can you please suggest? You have the following options: - install jenkins in a supported version ( LTS or the latest weekly releases

Re: Regarding unable to view the jobs in jenkins

2023-03-26 Thread Ashok Reddy
Okay Noted. But we are using java8 and use jenkins 1.176.1 version. I am unable to install the plugins in jenkins 1.176.1 version. Can you please help me? Note: I should not go for another version. On Mon, 27 Mar 2023 at 1:30 PM, 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegrou

Re: Regarding unable to view the jobs in jenkins

2023-03-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Samstag, dem 25.03.2023 um 10:26 +0800 schrieb Ashok Reddy: For most of the applications , we are using java8. Hence , the new jenkins version which is not supported for java8. The Java version Jenkins runs on is independent of the Java version used by your apps. HTH... Dirk -- Dirk Heinr

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread Ashok Reddy
Okay Gaurav Noted On Sat, 25 Mar 2023 at 12:12 PM, gaurav thosani wrote: > Java8 on Jenkins is practically EOL last year, refer > https://www.jenkins.io/blog/2022/06/28/require-java-11/ for more details > > Recommend running latest stable Jenkins for various major security updates > > On Mar 24,

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread gaurav thosani
Java8 on Jenkins is practically EOL last year, refer https://www.jenkins.io/blog/2022/06/28/require-java-11/ for more details Recommend running latest stable Jenkins for various major security updates On Mar 24, 2023, at 7:26 PM, Ashok Reddy wrote:Hi Alex, For most of the applications , we are us

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread Ashok Reddy
Hi Alex, For most of the applications , we are using java8. Hence , the new jenkins version which is not supported for java8. So that i am planning to upgrade the jenkins version as 2.129 , which is compatible with java8. On Sat, 25 Mar 2023 at 12:06 AM, Alex Earl wrote: > 2.176.1 is almost 4

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread Alex Earl
2.176.1 is almost 4 years old. Why are you using such old releases? On Thu, Mar 23, 2023 at 8:31 PM Ashok Reddy wrote: > Is it okay to use 2.176.1 version? > > I am trying to install the 2.176.1 version . But I have been facing issues > as class not found exception matrix authorization strategy

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread Ullrich Hafner
> > Is it okay to use 2.176.1 version? > No, use 2.387.1 https://www.jenkins.io/changelog-stable/ LTS Changelog jenkins.io > I am trying to install the 2.176.1 version . But I have been facing issues as > class not found exception matrix authorization strategy plugin . > > Can you please h

Re: Regarding unable to view the jobs in jenkins

2023-03-23 Thread Ashok Reddy
On Fri, 24 Mar 2023 at 11:31 AM, Ashok Reddy wrote: > Is it okay to use 2.176.1 version? > > I am trying to install the 2.176.1 version . But I have been facing issues > as class not found exception matrix authorization strategy plugin . > > Can you please help out? > > Thanks in advance for your

Re: Regarding unable to view the jobs in jenkins

2023-03-23 Thread Ashok Reddy
Is it okay to use 2.176.1 version? I am trying to install the 2.176.1 version . But I have been facing issues as class not found exception matrix authorization strategy plugin . Can you please help out? Thanks in advance for your help. On Fri, 24 Mar 2023 at 5:34 AM, Ullrich Hafner wrote: > T

Re: Regarding unable to view the jobs in jenkins

2023-03-23 Thread Ullrich Hafner
This version is not supported. Please use a more recent Jenkins LTS release. > Am 23.03.2023 um 12:33 schrieb Ashok Reddy : > > I am using jenkins2.138.1 verstion we used to see a jobs under view but now > we are unable to see the jobs under views. > > On Thu, 23 Mar 2023 at 7:27 PM, gaurav tho

Re: Regarding unable to view the jobs in jenkins

2023-03-23 Thread Ashok Reddy
I am using jenkins2.138.1 verstion we used to see a jobs under view but now we are unable to see the jobs under views. On Thu, 23 Mar 2023 at 7:27 PM, gaurav thosani wrote: > Could you share some more details about the issue at hand with following > questions answered > > 1 - the job is not visi

Re: Regarding unable to view the jobs in jenkins

2023-03-23 Thread gaurav thosani
Could you share some more details about the issue at hand with following questions answered 1 - the job is not visible when you visit your Jenkins url only ? 2 - the job is not visible in specific view on your Jenkins ? 3 - is RBAC turned on your Jenkins using https://plugins.jenkins.io/role-strate

Regarding unable to view the jobs in jenkins

2023-03-23 Thread Ashok Reddy
Hi Team, I have the jobs in jenkins server and couldn’t be able to view the jobs in jenkins dashboard. Can some one help me? -- 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, sen