0 votes
in Jenkins by
How will you define Post in Jenkins?

1 Answer

0 votes
by
Post is a section that contains several additional steps which might execute after

the completion of the pipeline. The execution of all the steps within the condition block

depends upon the completion status of the pipeline.

The condition block includes the following conditions – changed success, always, failure, unstable and aborted.
...