I can confirm and reproduce this (Jenkins 1.538, Valgrind-PI 0.20):

  • enable Runner in job config, leave "Ignore exit code" unchecked and hit "Save"
  • $ grep -i ignoreexit config.xml
    <ignoreExitCode>false</ignoreExitCode>
  • go back to job config, enable "Ignore exit code" and hit "Save"
  • $ grep -i ignoreexit config.xml
    <ignoreExitCode>true</ignoreExitCode>
  • go back to job config, "Ignore exit code" is not check though XML says otherwise and job build will fail
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to