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