Hi,

Can anyone confirm if the github web hook to Jenkins multibranch pipeline 
is a 1:1 mapping only, or if it can be 1:n?

What I want to be able to do is

   - On an update to a PR trigger two pipelines
      - One runs a code validation check using unit tests
      - The other deploys the code to a staging server and runs system 
      level tests
   - I have distinct files for these two plugins, and using 2.15 of 
   pipeline:multibranch plugin I can see that an update to a PR triggers both 
   pipelines
   - Once the unit test has finished one check is added to the PR view on 
   github
   - Once the system level test is finished a separate check is added to 
   the PR view on github

What I'm seeing is only one check appear. If the unit test passes, then a 
green tick is seen. However if the system level test fails then the green 
tick is then overwritten.

Is it possible to define two checks relating to the two pipelines in use?

This is slightly related to the post 
at 
https://groups.google.com/forum/#!msg/jenkinsci-users/TRwnoU6_MOU/p5rdw2bOBgAJ

Thanks, Ian

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b2f9d842-d7df-4580-9b90-6b403059fd53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to