Re: Jenkins pipeline : GitHub PR and Multibranch

2022-07-25 Thread Balaji Lalapeta
Please go through the below url# https://www.youtube.com/watch?v=fo36b23cpIU On Tue, Jul 26, 2022 at 12:04 PM Albert Shamsiyan < albert.shamsi...@gmail.com> wrote: > Hi > > Trying to implement a hook between GitHub and Jenkinsfile which shall be > executed once created PR and will be a condition

Jenkins pipeline : GitHub PR and Multibranch

2022-07-25 Thread Albert Shamsiyan
Hi Trying to implement a hook between GitHub and Jenkinsfile which shall be executed once created PR and will be a condition to it's approval. >From what I've seen so far, I need to use gitHubPullRequestDiscovery. Yet, cant find a solid example. Any information will be acceptable ( using Jen

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

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 workspace