Re: Reasons for workspace cleanup

2022-04-04 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 05.04.2022 um 08:35 +0200 schrieb Fabian Cenedese: My problem is now that sometimes the workspace on the node is completely wiped, sometimes even while the task is running which of course then makes it fail. But I couldn't find a reason why this would happen. There are various pl

Reasons for workspace cleanup

2022-04-04 Thread Fabian Cenedese
Hi I have a task that needs a lot of time. To not occupy Jenkins for days I made it like this that the task is started via cron on the agent, without Jenkins. In the end a Jenkins job is started to just get the results which is a matter of seconds. My problem is now that sometimes the workspace on

Jenkins launching instance with additional resources/drives

2022-04-04 Thread steve ames
Hi. I'd like to convince jenkins that when it launches an instance from a template that that instance also include some extra resources. In this case I would like it to include some extra drives based on images every time. Easy enough to do from command line but I haven't found a way to do it fr

Re: How to create/update Jenkins job via REST API in Java?

2022-04-04 Thread Ivan Fernandez Calvo
if you want to manage your jobs using the API are some tools that make that work Jenkin Job Builder , also you can manage your Jobs and configuration using Jenkins configuration as Code

Re: JMeter Performance plugin having XXE vulnerability

2022-04-04 Thread Mark Waite
On Monday, April 4, 2022 at 9:32:56 AM UTC-6 Arun Suresh wrote: > JMeter performance plugin is listed with vulnerability: > https://plugins.jenkins.io/performance/ > So currently its not safe to use this plugin( > https://www.jenkins.io/security/advisory/2021-11-12/#SECURITY-2394). > > Can you

JMeter Performance plugin having XXE vulnerability

2022-04-04 Thread Arun Suresh
JMeter performance plugin is listed with vulnerability: https://plugins.jenkins.io/performance/ So currently its not safe to use this plugin( https://www.jenkins.io/security/advisory/2021-11-12/#SECURITY-2394). Can you please help us to fix this issue. Currently I'm facing issue that I don't

How to create/update Jenkins job via REST API in Java?

2022-04-04 Thread Jon Brohauge
Hi everyone, I’m trying to create/update a Jenkins job via the REST API. I can successfully retrieve a crumb, so I know that my username/password combination works. Whenever I try to POST a job, using a Basic Authentication with the “username:password” base64 encoded, I get a 403. Whenever I t