Branch: refs/heads/master
Home: https://github.com/jenkins-infra/jenkins.io
Commit: ba24a73d57c765f4e6eef2130da11da9d29b5d5c
https://github.com/jenkins-infra/jenkins.io/commit/ba24a73d57c765f4e6eef2130da11da9d29b5d5c
Author: James Nord <[email protected]>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M content/doc/book/pipeline/syntax.adoc
Log Message:
-----------
fix the documention of post (#5333)
#1267 incorrectly (and very optimistically) provided incorrect documentation on
how post works.
the post conditions are not always working at the stage level - success and
failure can and do look at the stage, but others (unstable) look at the build
results not the stage result.
the original was written before
https://issues.jenkins.io/browse/JENKINS-52114?focusedCommentId=341713&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-341713
from @abayer that said as much, and whilst some work has gone into makeing the
posts work at a stage level this has not been completed and now people are
complaining about it https://issues.jenkins.io/browse/JENKINS-57801
Whilst it would be nice to get this fixed so the code does behave like the
documentation, until that happens the documentation should be correct.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" 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-commits/jenkins-infra/jenkins.io/push/refs/heads/master/c67327-ba24a7%40github.com.