Re: jenkins endpoints

2022-07-25 Thread Mark Waite
On Monday, July 25, 2022 at 8:14:02 PM UTC-6 maanideep wrote: > Hi, > > could someone please get me Jenkins REST API endpoint for project build . > > https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-PROJECTS > please help > > something similar to this >

jenkins endpoints

2022-07-25 Thread MANIDEEP R KUMMITHA
Hi, could someone please get me Jenkins REST API endpoint for project build . https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-PROJECTS please help something similar to this Regards, manideep -- You received this message because you are subscribed to the

Enforce appending @ to workspace directory even if concurrent builds run on different nodes

2022-07-25 Thread 'Dirk Heinrichs' via Jenkins Users
Hi, when running concurrent builds of the same job, Jenkins usually adds an "@" suffix to the workspace name so that those builds can't interfere with each other, but only if the concurrent builds are running on the same node. This prevents usage of a shared network filesystem for the

Re: "keep this build forever" via rest api?

2022-07-25 Thread LnT
Thanks a lot. This works. *java -jar jenkins-cli.jar keep-build * On Friday, July 22, 2022 at 6:52:56 PM UTC+5:30 dheinric wrote: > Am Freitag, dem 22.07.2022 um 05:00 -0700 schrieb LnT: > > I get gone with toggleLogKeep in My old Jenkins ver. 2.190.1 >