I'm unable to reproduce the issue. I'm sorry, it is quite difficult to understand your description, my scenario is:

  • Execute clean installation of Jenkins 1.532.2.
    export JENKINS_HOME=home && java -jar jenkins.war
    
  • Install Cppcheck Plugin 1.4.
  • Install Parameterized Trigger plugin 2.23 ("Trigger/call builds on other projects" in "Add build step" menu).
  • Create project "bb" that always fails (command "false" in Execute shell).
  • Create project "jenkins1" that successfully executes Cppcheck and publishes the report.
  • Create project "A" that triggers "jenkins1" and "bb" according to your screenshot.
  • Build project "A".
  • Project "bb" failed as expected.
  • Project "A" failed as expected (because "bb" failed).
  • Project "jenkins1" is successfully built as expected.
  • The Cppcheck report was published and it is accessible in "jenkins1" as expected.


Can you provide additional information what I do different than you, please?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to