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

vSphere cloud plugin with several VM Images

2020-07-10 Thread 'Christoph Fetzer' via Jenkins Users
Hello together, I am making use of the vSphere cloud plugin to automatically generate slaves from a VM image. This works perfectly fine for the first image but I have to build my application for several platforms and therefore created another VM with a different compiler installed and wanted

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread 'Christoph Fetzer' via Jenkins Users
We are reading the mail addresses from ldap. The assignment user from repo commit user to mail address happens automagically in the background. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Make a test result intentionally unstable

2020-06-04 Thread 'Christoph Fetzer' via Jenkins Users
Hello! I have a unit test that from time to time deadlocks. To work around that and at least finish the build and collect the results available so far I made use of a timeout in a try and caught the timeout. When this timeout applies now, I get an overall green testrun which is not what I

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-04-30 Thread 'Christoph Fetzer' via Jenkins Users
Don't you actually want to use a ressource pool with two locks which use the same label? Am Donnerstag, 30. April 2020 15:46:28 UTC+2 schrieb Satya Muralidhar Peddireddi: > > It's my test case I want run same job parallely in different locks.if one > lock is busy go to another lock > > On Thu,

declarative scripted pipeline: clone from mercurial with --stream

2020-04-22 Thread 'Christoph Fetzer' via Jenkins Users
Hello! Another weird issue I ran into: For any reason it's not possible to clone from my repository without the extension largefile and the commandline switch --stream (or --uncrompessed, I tried both). I therefore enabled this in the tools settings of mercurial: When cloning from my

Re: How do you debug Jenkins pipelines?

2020-04-20 Thread 'Christoph Fetzer' via Jenkins Users
Sorry for the delay, I've been on vacation. With tracing I understood adding output to the code that helps you understanding what happens e.g. variable content, For sure that's not the most efficient way and in case your pipeline runs for a time it might get boring Am Donnerstag, 9.

Re: Make vSphere plugin work

2020-04-06 Thread 'Christoph Fetzer' via Jenkins Users
of the system JAVA_HOME but I guess I will make that by myself... Am Mittwoch, 1. April 2020 17:13:45 UTC+2 schrieb Christoph Fetzer: > > Hi, > > I have access to an Esxi-Server used by a vSphere instance. I set up a > vsphere cloud in my Jenkins installation properly ("Test con

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-03 Thread 'Christoph Fetzer' via Jenkins Users
For me that looks like an issue of your shell command and not of the plugin. Can you try to store the actual file to your workspace and make the plugin parse that? For me the warnings.ng.plugin is just working in conjunction with cppcheck. What I am doing looks like this: The cppcheck-call:

Re: Make vSphere plugin work

2020-04-01 Thread 'Christoph Fetzer' via Jenkins Users
he VM is actually created; we had > issues with the VM not being powered on or wrong networking into the > template > > 3) go to the "Nodes" on Jenkins and check that the node appears there > > 4) go to the Node page and check any logs for any error > > > > O

Make vSphere plugin work

2020-04-01 Thread 'Christoph Fetzer' via Jenkins Users
Hi, I have access to an Esxi-Server used by a vSphere instance. I set up a vsphere cloud in my Jenkins installation properly ("Test connection" works). I set up a template VM (Windows 10) with a Snapshot, Autologon and Autostart according to

Setting (fixed) variables from job konfiguration / Comparing builds

2020-03-29 Thread 'Christoph Fetzer' via Jenkins Users
Hello, another question from me: I am building an application with jenkins in 4 different variants: 2 compilers and debug and release. Currently I have a jenkinsfile where the variants are implemented in the environment and I am building the application with a long list of checkout, build and

Extended Workspace Manager in Declarative pipeline

2020-03-27 Thread 'Christoph Fetzer' via Jenkins Users
Hi! I have all my jobs currently realized as declarative jenkinsfiles. I recently found the Extended workspace manager which could solve my issue distributing test-jobs running on a previously built version to slave nodes. Unfortunately I was not able to find any documentation or code examples

Job-runtime after jenkins updates (jenkins running as service on windows server)

2020-03-27 Thread 'Christoph Fetzer' via Jenkins Users
Hello, I have my jenkins running as service on a windows server 2016. Whenever there is an update on any plugin or jenkins itself some of my jobs are running severely slower (e.g. 150->340 minutes). What I can say: - it's only affecting (declarative) pipeline jobs, no freestyle-jobs - it's only