I have a Jenkins build running. Is there a way to subscribe to notification of just that build, that I am interested in?
I am not interested in other builds of the same job.
Can that be done in a pipeline?
I found some examples here: How to do simple if-statements inside a declarative pipeline in Jenkins