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-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 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 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: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Alex Earl
You can start the agent directly using the Java command displayed in the agent launch page. You could have it as a start up application for the user that you need to run as. On Mon, Mar 27, 2023, 23:03 Kumar, Ashwath wrote: > Hello, > > Can anybody help with adding windows as slaves with java we

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Kumar, Ashwath
Hi, Yes it will connect if we start using Java command. But launching the slave with this way won't allow to run the UI based tests on slave. Regards Ashwath Kumar On Tue, 28 Mar, 2023, 20:27 Alex Earl, wrote: > You can start the agent directly using the Java command displayed in the > agent l

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Alex Earl
If you launch it from a command line on the agent, it will allow it to run UI tests. On Tue, Mar 28, 2023 at 8:41 AM Kumar, Ashwath wrote: > Hi, > > Yes it will connect if we start using Java command. But launching the > slave with this way won't allow to run the UI based tests on slave. > > Reg

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Christoph Fetzer
For me this works using robotframework. For some tests I have to start the agent as local admin.Br,ChristophAm 28.03.2023 um 17:41 schrieb Kumar, Ashwath :Hi,Yes it will connect if we start using Java command. But launching the slave with this way won't allow to run the UI based tests on slave.Reg

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 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 '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