Re: Jenkins pipeline : GitHub PR and Multibranch

2022-07-27 Thread Fahad Ijaz
try this link for more understanding.GitHub


On Tue, Jul 26, 2022 at 11:51 AM Balaji Lalapeta 
wrote:

> 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 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
>> Jenkinsfile scripting mode)
>>
>> Thx - Albert
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/78c0dbd6-b986-4d5f-8486-065bd4e6c8cbn%40googlegroups.com
>> 
>> .
>>
>
>
> --
>
>
> *Thanks & Regards,*
> *Balaji*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAMFeRswMn2WBU1AFoGyWdv9xKWS2Bb%3DcCXr8zC3%3DZGd_FgwU3g%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAF56O84jqWuRO_JkV89fjs3NRPxxJr_P7%2Bys7AGVMxeoMoKtwg%40mail.gmail.com.


Re: LLVM scan-build jenkins plugin throws NullpointerExceptions

2022-07-27 Thread 'Björn Pedersen' via Jenkins Users
I would suggest to check if clang is supported by the warnings-ng 
 plugin  (I would expect it does 
support it). 

Björn

Peter schrieb am Mittwoch, 27. Juli 2022 um 02:08:22 UTC+2:

> Hi,
> upgrading to jenkins weekly every now and then, i do get this in my logs 
> since 14th of July 2022. Anyone else?
>
> Publishing Clang scan-build results 
> ERROR: Build step failed with exception
> java.lang.NullPointerException at 
> jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher.perform(ClangScanBuildPublisher.java:169)
>  
> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> at 
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:816)
>  
> athudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:765)
> at hudson.model.Build$BuildExecution.post2(Build.java:179)
> ...
> Build step 'Publish Clang Scan-Build Results' marked build as failure.
>
> https://plugins.jenkins.io/clang-scanbuild/ is at version 1.8 (released 6 
> years ago)
> LLVM scan-build used here is version 12.0.1. Any hints how to solve this 
> issue?
>
>  Cheers, Peter
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/326bc664-e8d0-4d00-ad20-5b47077562efn%40googlegroups.com.